Skip to content

Commit

Permalink
chore: Update scopes in release.yaml for GitHub OAuth2 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Aug 25, 2024
1 parent f402eac commit 1293c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/apps/headlamp/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ spec:
clientID: github
clientSecret: ${github_client_secret}
issuerURL: https://dex.${cluster_domain}
scopes: "openid,profile,email"
scopes: "email"

0 comments on commit 1293c2c

Please sign in to comment.