Skip to content

Commit

Permalink
argocd: configure oauth2 client id for CLI usage
Browse files Browse the repository at this point in the history
This is a public client so has to be separate from the web one.
  • Loading branch information
skrobul committed Oct 17, 2024
1 parent 20f2632 commit ce4ffdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap/argocd/components/sso/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ patches:
clientID: $argocd-sso:client-id
clientSecret: $argocd-sso:client-secret
requestedIDTokenClaims: {"groups": {"essential": true}}
cliClientID: argocdcli

0 comments on commit ce4ffdb

Please sign in to comment.