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

Feature Request | Provide OIDC Secret via Secret Reference #317

Open
vijay-wandb opened this issue Jan 3, 2025 · 0 comments
Open

Feature Request | Provide OIDC Secret via Secret Reference #317

vijay-wandb opened this issue Jan 3, 2025 · 0 comments
Assignees
Labels
Priority-P1 High priority designation

Comments

@vijay-wandb
Copy link

vijay-wandb commented Jan 3, 2025

The OIDC Secret can only be provided in clear text in the values.yaml:

auth:
sessionLengthHours: 720
oidc:
clientId: ""
secret: "" <<=======
authMethod: ""
issuer: ""

It should be possible to provide it via a Kubernetes secret - similar to MySQL, License, etc:

values:
global:
[...]
licenseSecret:
name: customer-wandb-license
key: CUSTOMER_WANDB_LICENSE
[...]

@vijay-wandb vijay-wandb added the Priority-P1 High priority designation label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority-P1 High priority designation
Projects
None yet
Development

No branches or pull requests

2 participants