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

charts: Provide 3 options for oidc configuration #1920

Merged
merged 1 commit into from
May 28, 2024

Commits on May 22, 2024

  1. charts: Provide 3 options for oidc configuration

    Now users have 3 different way they can set oidc configuration
    
    - Directly set values of respective config.oidc.clientID and others
      which inject them into ENV variable, to be used by args.
    - Use external i.e. already created secret with the same keys as args.
    - Use config.oidc.secret.create functionality to create secret and have
      them dynamically loaded into the headlamp deployment.
    
    Fixes: #1897
    Signed-off-by: Kautilya Tripathi <[email protected]>
    knrt10 committed May 22, 2024
    1 Configuration menu
    Copy the full SHA
    d687cc8 View commit details
    Browse the repository at this point in the history