-
Notifications
You must be signed in to change notification settings - Fork 210
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
chart: Choose whether or not to generate oidc secret #1668
Conversation
Signed-off-by: Valentin Klopfenstein <[email protected]>
Signed-off-by: Valentin Klopfenstein <[email protected]>
Signed-off-by: Valentin Klopfenstein <[email protected]>
Signed-off-by: Valentin Klopfenstein <[email protected]>
Thanks for the PR @ThisIsntTheWay, some minor NIT, rest LGTM. |
Signed-off-by: Valentin Klopfenstein <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @ThisIsntTheWay. Your contribution is sincerely valued and appreciated. Feel free to open more in the future🔥.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from the comment everything looks good.
Also fix args not being passed to deployment if secret is not generated Signed-off-by: Valentin Klopfenstein <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and it works as expected. Thanks for the contribution.
This PR adds the field
.config.oidc.create
to the chartsvalues.yaml
.Setting this to
false
allows the user to generate theoidc
secret themselves.By default, this value is set to
true
.This would allow a user to use something like
SealedSecrets
orExternalSecret
to generate the secret independently, rather than having to put potentially sensitive information into the charts values.