Fixes OAuth redirect URL autoconfig.

Signed-off-by: Vlad Losev <vlad@losev.com>
This commit is contained in:
Vlad Losev 2023-12-06 14:41:00 -08:00
parent 2c046f9a9a
commit 5a26eed435
No known key found for this signature in database
GPG key ID: 3A3C3B9FAA3AB7AE
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ appVersion: v3.5.2
name: argo-workflows name: argo-workflows
description: A Helm chart for Argo Workflows description: A Helm chart for Argo Workflows
type: application type: application
version: 0.39.6 version: 0.39.7
icon: https://argoproj.github.io/argo-workflows/assets/logo.png icon: https://argoproj.github.io/argo-workflows/assets/logo.png
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
sources: sources:
@ -17,4 +17,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: fixed - kind: fixed
description: Add missing permission to workflow role description: Fixes OAuth redirect URL autoconfig.

View file

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