Skip to content

Commit

Permalink
chore: Update Dex issuerURL in release.yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Aug 25, 2024
1 parent 2f4cd56 commit 83be876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s/apps/headlamp/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ spec:
oidc:
clientID: ${github_client_id}
clientSecret: ${github_client_secret}
issuerURL: https://dex.${cluster_domain}/dex
issuerURL: https://dex.${cluster_domain}
scopes: "openid,profile,email"
3 changes: 1 addition & 2 deletions k8s/infrastructure/dex/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ spec:
type: kubernetes
config:
inCluster: true
enablePasswordDB: true
connectors:
- type: github
id: github
name: GitHub
config:
clientID: ${github_client_id}
clientSecret: ${github_client_secret}
redirectURI: https://dex.${cluster_domain}/dex/callback
redirectURI: https://dex.${cluster_domain}/callback

0 comments on commit 83be876

Please sign in to comment.