Coder Social home page Coder Social logo

helm-charts's Introduction

Vouch Helm Charts

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

helm repo add vouch https://vouch.github.io/helm-charts/

You can then run helm search repo vouch to see the charts.

Chart documentation is available in helm-charts directory.

Contributing

We'd love to have you contribute! Please refer to our contribution guidelines for details.

License

Chart documentation is available in helm-charts licencse.

helm-charts's People

Contributors

angry-potato avatar bnfinet avatar grantholly avatar halkeye avatar iain-b avatar jessebot avatar justincmoy avatar mend-bolt-for-github[bot] avatar mischmi2 avatar punkle avatar tidalf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

helm-charts's Issues

Add ability to use secrets

Hi there, thanks so much for providing this Helm chart!

I have a feature request: it would be awesome if there was some way to pass SealedSecrets to the Vouch helm chart, so that I can take mine out of plain text. Specifically,

e.g. how the MongoDB Replica Set Helm Chart implements auth.existingKeySecret, auth.existingMetricsSecret, and auth.existingAdminSecret.

I could maybe take a stab at a PR in a couple of weeks, if you're open to that.

Cheers!

extraEnvVars valueFrom

Right now the deployments.yaml file process the extraEnvVars like this:

            {{- range .Values.extraEnvVars }}
            - name: {{ .name }}
              value: {{ .value | quote }}
            {{- end }}

So it only contemplates a hardcoded value.
I would like to load the values from a secret like this:

    extraEnvVars:
      - name: OAUTH_CLIENT_ID
        valueFrom:
          secretKeyRef:
            name: vouch-okta
            key: OAUTH_CLIENT_ID
      - name: OAUTH_CLIENT_SECRET
        valueFrom:
          secretKeyRef:
            name: vouch-okta
            key: OAUTH_CLIENT_SECRET

However if I do this the deployment ends like this

        - name: OAUTH_CLIENT_ID
        - name: OAUTH_CLIENT_SECRET

With no values, because there is no .value in the structure.

So maybe in the deployment.yaml code the env vars should be handled as (indent 12 referencial only I haven't really counted):

            {{- if .Values.extraEnvVars }}
            {{- toYaml .Values.extraEnvVars | indent 12 }}
            {{- end }}

handling it that way allows the user setting the env vars in any way they need.

Updating from version 0.3.1 to version 1.0.0 fails with conflict error

Updating from version 0.3.1 to version 1.0.0 of the helm chart gives me the following error.

Unable to continue with update: existing resource conflict: namespace: default, name: default-vouch, existing_kind: networking.k8s.io/v1beta1, Kind=Ingress, new_kind: networking.k8s.io/v1beta1, Kind=Ingress

I am happy to provide more information or help fix this if I can.

Enabling ingress seems to generate a YAML parse error

When running the following:
helm install vouch vouch/vouch --version 3.0.0 --set config.vouch.jwt.secret='foo' --set ingress.enabled=true
I am seeing the following error:
Error: YAML parse error on vouch/templates/ingress.yaml: error converting YAML to JSON: yaml: line 18: mapping values are not allowed in this context

Vouch not running via Helm

When running Vouch-Proxy (version 0.19.2 and 0.23.1 tested) using Helm Charts, I'm getting the following exception:

{"level":"fatal","ts":1618323472.0185509,"msg":"envconfig.Process: assigning VOUCH_PORT to Port: converting 'tcp://10.xx.xx.xx:9090' to type int. details: strconv.ParseInt: parsing \"tcp://10.xx.xx.xx:9090\": invalid syntax"}

Missing JWT token

I'm trying to upgrade from version 1.0.0 and it's giving me an error. I think all it needs is a random string to be the secret but for unenlightened like me, this takes some googling to figure out that would be great to include in some docs :)

image

maintainers

I'd like to help maintain this chart, as right now it seems you're a little short on hands and I have some time to donate. Please let me know if you'd like help keeping this chart up to date and processing pull requests. Right now the time to response is around a month or two, and I'd love to help you get that to a week or under.

replicaCount parameter issue

Hi,
I'm using this helm chart to deploy vouch on a Kubernetes cluster.

Everything works with the authentication backend system that I'm using, and I'm able to authenticate stuff. If I try to scale up the deployment to have high availability service, doesn't work anymore, and I'm not able anymore to log in into my application.

Is this a known design implementation, or it should work in every case?

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.