Skip to content

Commit

Permalink
Merge pull request #2594 from lsst-sqre/u/pav/update-argocd-sso
Browse files Browse the repository at this point in the history
fix prod clientID
  • Loading branch information
pav511 authored Sep 28, 2023
2 parents 9f32975 + 27f0f71 commit 93ca2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/argocd/values-usdfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ argo-cd:
oidc.config: |
name: SLAC
issuer: https://dex.slac.stanford.edu
clientID: usdf-rsp-prod-argocd
clientID: usdf-rsp-argocd
clientSecret: $dex.clientSecret
# Optional set of OIDC scopes to request. If omitted, defaults to: ["openid", "profile", "email", "groups"]
requestedScopes: ["openid", "profile", "email", "groups"]
Expand Down

0 comments on commit 93ca2b3

Please sign in to comment.