Skip to content

Commit

Permalink
Merge pull request #2593 from lsst-sqre/u/pav/update-argocd-sso
Browse files Browse the repository at this point in the history
update argocd sso secrets to fit new template
  • Loading branch information
pav511 authored Sep 28, 2023
2 parents d7f8cad + 1dd7ed7 commit 9f32975
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions applications/argocd/values-usdfdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ argo-cd:
oidc.config: |
name: SLAC
issuer: https://dex.slac.stanford.edu
clientID: $oidc.clientId
clientSecret: $oidc.clientSecret
clientID: usdf-rsp-dev-argocd
clientSecret: $dex.clientSecret
# Optional set of OIDC scopes to request. If omitted, defaults to: ["openid", "profile", "email", "groups"]
requestedScopes: ["openid", "profile", "email", "groups"]
# Optional set of OIDC claims to request on the ID token.
Expand Down
4 changes: 2 additions & 2 deletions applications/argocd/values-usdfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ argo-cd:
oidc.config: |
name: SLAC
issuer: https://dex.slac.stanford.edu
clientID: $oidc.clientId
clientSecret: $oidc.clientSecret
clientID: usdf-rsp-prod-argocd
clientSecret: $dex.clientSecret
# Optional set of OIDC scopes to request. If omitted, defaults to: ["openid", "profile", "email", "groups"]
requestedScopes: ["openid", "profile", "email", "groups"]
# Optional set of OIDC claims to request on the ID token.
Expand Down

0 comments on commit 9f32975

Please sign in to comment.