-
Notifications
You must be signed in to change notification settings - Fork 153
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
gitops-server helm chart: Missing fields for oidc auth secret #3833
Comments
@tommyreilly thanks for reporting this, we'll get it addressed as an issue. |
Thanks @bigkevmcd, appreciate it. Tommy |
Hi @bigkevmcd I am also facing the same issue. I tried to add customscopes and Claimgroups through the values.yaml but the outcome is the same.The secret is never created with customscopes and Claimgroups. |
I see the PR got closed. I'm having this same issue as well. |
I opened up a new PR, I missed the previous one got closed until I already had my fork ready, but I feel there's still a need/use case for this anyway. |
Describe the bug
The documentation for oidc describes the ability to define the following fields for the secret:
https://docs.gitops.weave.works/docs/configuration/oidc-access/#scopes
https://docs.gitops.weave.works/docs/configuration/oidc-access/#claims
The gitops-server helm chart secret does not provide the ability to set these fields in the oidc-auth-secret.yaml and they are not referenced in the values.yaml
https://github.com/weaveworks/weave-gitops/blob/main/charts/gitops-server/templates/oidc-auth-secret.yaml
Environment
Expected behavior
This is a request to enhance the chart to include these fields
The text was updated successfully, but these errors were encountered: