Skip to content

Commit

Permalink
fix prod clientID
Browse files Browse the repository at this point in the history
  • Loading branch information
pav511 committed Sep 28, 2023
1 parent 9f32975 commit 27f0f71
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 27f0f71

Please sign in to comment.