Skip to content

Commit

Permalink
docs: update Helm values for SSO config (argoproj#12785)
Browse files Browse the repository at this point in the history
Signed-off-by: Omer Levi Hevroni <[email protected]>
Co-authored-by: Anton Gilgur <[email protected]>
  • Loading branch information
omerlh and agilgur5 authored Mar 13, 2024
1 parent 20ece9c commit 5b3909b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/argo-server-sso-argocd.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,11 @@ data:

```yaml
server:
extraArgs:
- --auth-mode=sso
# Chart version 0.39.0 and after
authModes:
- sso
sso:
enabled: true
issuer: https://argo-cd.mydomain.com/api/dex
# sessionExpiry defines how long your login is valid for in hours. (optional, default: 10h)
sessionExpiry: 240h
Expand Down

0 comments on commit 5b3909b

Please sign in to comment.