We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
The console does not recognize OIDC environment variables that have been set in the pod. The OIDC authentication works perfectly fine.
The pod:
k get pods wandb-app-55546b8f94-mkjmw -o yaml | grep -A2 OIDC - name: OIDC_AUTH_METHOD value: pkce - name: OIDC_CLIENT_ID value: 31dfhltvkp1fa1o2ffvdrodmer - name: OIDC_ISSUER value: https://cognito-idp.eu-west-1.amazonaws.com/eu-west-1_1jxkEny27/ - name: OIDC_SECRET value: 257haib6cvupk2bmil0qku66j0u85h2eop157ie2lses6neb0lv
Looking at the console UI:
Selecting OIDC in the dropdown:
Expectation would be that the fields show the values of the environment variables and are disabled. Basically like it is for MySQL, Storage, etc.
The text was updated successfully, but these errors were encountered:
Require some eng investigation
Sorry, something went wrong.
mkaesz-wandb
No branches or pull requests
Description
The console does not recognize OIDC environment variables that have been set in the pod. The OIDC authentication works perfectly fine.
The pod:
Looking at the console UI:
Selecting OIDC in the dropdown:
Expectation would be that the fields show the values of the environment variables and are disabled. Basically like it is for MySQL, Storage, etc.
The text was updated successfully, but these errors were encountered: