Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

charts/yeti Add OIDC authentication #160

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

charts/yeti Add OIDC authentication #160

wants to merge 3 commits into from

Conversation

wajihyassine
Copy link
Member

@wajihyassine wajihyassine commented Jul 30, 2024

Description of the change

Adds a OIDC configuration option for the Yeti helm chart, to allow/deny users by oauth2.

To use, create oauth2 secret

    kubectl create secret generic oauth-secrets \
        --from-literal=client-id=<WEB_CLIENT_ID> \
        --from-literal=client-secret=<WEB_CLIENT_SECRET> \
        --from-literal=client-id-native=<NATIVE_CLIENT_ID>

Then install the chart

    helm install my-release osdfir-charts/yeti \
        --set ingress.enabled=true \
        --set ingress.host=<DOMAIN_NAME> \
        --set config.oidc.enabled=true \
        --set config.oidc.existingSecret=<OAUTH_SECRET_NAME> \

Checklist

  • Chart version bumped in Chart.yaml according to semver. This is not necessary when the changes only affect README.md files.
  • Newly added variables are documented in the values.yaml
  • Title of the pull request is descriptive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant