Skip to content

Commit

Permalink
chore: Update GitHub client ID and client secret in release.yaml and …
Browse files Browse the repository at this point in the history
…variables.yaml files
  • Loading branch information
devantler committed Aug 25, 2024
1 parent 171caac commit 9517d7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion k8s/apps/headlamp/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ spec:
config:
oidc:
clientID: github
clientSecret: github-secret
clientSecret: ${github_client_secret}
issuerURL: https://dex.${cluster_domain}
scopes: "openid,profile,email"
11 changes: 8 additions & 3 deletions k8s/infrastructure/dex/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,16 @@ spec:
type: kubernetes
config:
inCluster: true
staticClients:
- name: GitHub
id: github
redirectURIs:
- https://headlamp.${cluster_domain}
secret: ${github_client_secret}
connectors:
- type: github
- name: GitHub
type: github
id: github
secret: github-secret
name: GitHub
config:
clientID: ${github_client_id}
clientSecret: ${github_client_secret}
Expand Down

0 comments on commit 9517d7a

Please sign in to comment.