Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Aug 31, 2024
1 parent bb10d21 commit e9a81e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: ${dex_client_secret}
issuerURL: https://dex.${cluster_domain}
scopes: openid,profile,email
scopes: profile,email
2 changes: 1 addition & 1 deletion k8s/infrastructure/dex/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ spec:
staticClients:
- name: GitHub
id: github
secret: ${dex_client_secret}
redirectURIs:
- https://headlamp.${cluster_domain}/oidc-callback
secret: ${dex_client_secret}
connectors:
- name: GitHub
type: github
Expand Down

0 comments on commit e9a81e0

Please sign in to comment.