Git Product home page Git Product logo

Comments (5)

mlbiam avatar mlbiam commented on June 11, 2024 1

We started working on some charts. They require helm3 but are working pretty well - https://github.com/OpenUnison/helm-charts

from openunison-k8s-login-activedirectory.

mlbiam avatar mlbiam commented on June 11, 2024 1

helm is now the standard way to deploy

from openunison-k8s-login-activedirectory.

mlbiam avatar mlbiam commented on June 11, 2024

Not at the moment. With Helm3's release we're looking into it. We didn't want Helm to be a pre-requisite for installation when most of the work was really being done by an operator and found helm charts were lacking a level of flexibility around implementation. I'll make this as a feature request as we're always looking to make the deployment easier. We're happy to accept contributions here too.

from openunison-k8s-login-activedirectory.

TJM avatar TJM commented on June 11, 2024

@mlbiam Thanks for the speedy response! I certainly don't think helm should be required for installation either, but our organization is (standardizing?) on helmfile for deploying consistently to multiple environments. I will look into how hard it would be, it basically is a few go template yaml files, I think? For other applications, I have seen a "yaml" directory that you "modify" per the documentation, then kubectl apply -f yamldir, so I think helm (helmfile?) just automates the "modify" these yaml files to have a simple "values" file that provides the necessary customization steps (similar to your environment file).

from openunison-k8s-login-activedirectory.

mlbiam avatar mlbiam commented on June 11, 2024

Got it. It should be pretty straight forward to be honest. This is the line in the instructions to focus on:

curl https://raw.githubusercontent.com/TremoloSecurity/kubernetes-artifact-deployment/master/src/main/bash/deploy_openunison.sh | bash -s /path/to/orchestra-configmaps /path/to/orchestra-secrets https://raw.githubusercontent.com/OpenUnison/openunison-k8s-login-activedirectory/master/src/main/yaml/artifact-deployment.yaml

The https://raw.githubusercontent.com/TremoloSecurity/kubernetes-artifact-deployment/master/src/main/bash/deploy_openunison.sh script does 4 things:

  1. Create the openunison-deploy namespace
  2. Creates a ConfigMap with the non-secret configuration information and the certificates needed to trust AD
  3. Creates a Secret with the secret configuration data
  4. Creates a Job by running a create on https://raw.githubusercontent.com/OpenUnison/openunison-k8s-login-activedirectory/master/src/main/yaml/artifact-deployment.yaml

The Job in #4 then sets up RBAC rules, creates the openunison namespace and deploys the OpenUnison operator. Once the operator is deployed and running it submits a CR that the operator picks up and runs with to deploy OpenUnison.

So a chart would include the openunison-deploy namespace, the artifact-deployment.yaml and the Secret and ConfigMap from the values.

from openunison-k8s-login-activedirectory.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.