fix(argo-workflows): Fix OAuth redirect URL autoconfig. (#2369)
This commit is contained in:
parent
2c046f9a9a
commit
690e83be66
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue