Add paramaters in Helm chart to load OIDC clientSecret from Secret Resource (#17784)

This commit is contained in:
Alik
2023-09-30 22:44:38 +02:00
committed by GitHub
parent 6d20ec3bea
commit c053e57068
3 changed files with 17 additions and 0 deletions
+3
View File
@@ -486,6 +486,9 @@ oidc:
configUrl: "https://identity-provider-url/.well-known/openid-configuration"
clientId: "minio"
clientSecret: ""
# Provide existing client secret from the Kubernetes Secret resource, existing secret will have priority over `clientSecret`
existingClientSecretName: ""
existingClientSecretKey: ""
claimName: "policy"
scopes: "openid,profile,email"
redirectUri: "https://console-endpoint-url/oauth_callback"