You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting server.sso.enabled: true and other sso params is not enough to enable SSO. It is needed to pass --auth-mode sso argument to server through server.extraArgs.
Related helm chart
argo-workflows
Helm chart version
0.33.3
To Reproduce
Install chart with server.sso.enabled: true
Open Argo Server UI
Try to login through SSO
Get blank screen with 501 http error
Expected behavior
Chart automatically adds --auth-mode sso to server params if SSO is enabled.
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Setting
server.sso.enabled: true
and other sso params is not enough to enable SSO. It is needed to pass--auth-mode sso
argument to server throughserver.extraArgs
.Related helm chart
argo-workflows
Helm chart version
0.33.3
To Reproduce
server.sso.enabled: true
Expected behavior
Chart automatically adds
--auth-mode sso
to server params if SSO is enabled.Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: