Skip to content

Commit

Permalink
chore: Update GitHub client secret in release.yaml for Dex configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Aug 25, 2024
1 parent d44c52f commit c5507af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/infrastructure/dex/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
id: github
redirectURIs:
- https://dex.${cluster_domain}/callback
secret: ${github_client_dex_secret}
secret: ${dex_github_client_secret}
connectors:
- name: GitHub
type: github
Expand Down

0 comments on commit c5507af

Please sign in to comment.