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

Allow for SSO configuration in either a secret or configmap #7

Open
jimmy-ungerman opened this issue Oct 24, 2024 · 0 comments
Open

Comments

@jimmy-ungerman
Copy link

For the helm chart to become more production ready, it should allow for SSO configuration to be added as a secret on creation so that manual setup is not required in the UI.

This may end up being more of an application code change if it can't grab information based off of environment variables or config files. As of now, it appears that all SSO information is stored in the backend database after an API call is made through the UI. Maybe a job container that runs a curl command to the API endpoint with user provided OIDC or SAML details in a secret or configmap to auto configure for you?

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

No branches or pull requests

1 participant