Skip to content

Commit

Permalink
feat: add oidc config to weave-gitops
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 28, 2023
1 parent 104d409 commit c949ec4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
data:
clientID: weave-gitops
clientSecret: "{{ .WEAVE_GITOPS_OAUTH_CLIENT_SECRET }}"
issuerURL: https://auth.devbu.io/.well-known/openid-configuration
issuerURL: https://auth.devbu.io
redirectURL: https://wego.devbu.io/oauth2/callback
customScopes: openid,profile,email
claimGroups: groups
Expand Down

0 comments on commit c949ec4

Please sign in to comment.