-
Hello guys! After long time of check, I notice my ConfigMaps argo-workflow-controller-configmap aren't complety set... In Production (3.4.8), I got theses seetings :
But I didn't have theses lines on my test servers... Here a part on my Helm Charts : server:
extraArgs: ["--auth-mode", "sso"]
sso:
issuer: ""
clientId:
name: argo-server-sso
key: client-id
clientSecret:
name: argo-server-sso
key: client-secret
redirectUrl: ""
rbac:
enabled: true
ssoAccounts:
enabled: true
prefix: argo
userRule: "'ARGO_USER' in groups"
adminRule: "'ARGO_ADMIN' in groups"
# OJX values-staging.yaml server:
sso:
issuer: [my-server]/realms/master
redirectUrl: [my-server]/oauth2/callback I already checked if my predecessor didn't put any values in /templates/controller but I couldn't find anything. Many thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @JDHawken , |
Beta Was this translation helpful? Give feedback.
Hi @JDHawken ,
Though I am not so sure which Chart version (not version of Argo Workflows) you are using, you should check the values.yaml if there are any diffs from your original Chart version?
e.g.)
.Values.server.sso.enabled
https://github.com/argoproj/argo-helm/blob/main/charts/argo-workflows/values.yaml#L695-L698