fix(argo-workflows): Fix OAuth redirect URL autoconfig. (#2369)

This commit is contained in:
Vlad Losev 2023-12-06 23:23:14 -08:00 committed by GitHub
parent 2c046f9a9a
commit 690e83be66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -675,7 +675,7 @@ server:
# -- Key of a secret to retrieve the app OIDC client secret
key: client-secret
# - The OIDC redirect URL. Should be in the form <argo-root-url>/oauth2/callback.
redirectUrl: https://argo/oauth2/callback
redirectUrl: ""
rbac:
# -- Adds ServiceAccount Policy to server (Cluster)Role.
enabled: true