Skip to content

Commit

Permalink
chore: Update GitHub client ID in release.yaml for OAuth2 Proxy confi…
Browse files Browse the repository at this point in the history
…guration
  • Loading branch information
devantler committed Aug 25, 2024
1 parent 56b58cf commit 9eaaa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/infrastructure/oauth2-proxy/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
hosts:
- oauth2-proxy.${cluster_domain}
config:
clientID: ${oauth2_proxy_github_client_id}
clientID: ${github_client_id}
clientSecret: ${github_client_secret}
cookieSecret: ${oauth2_proxy_cookie_secret}
cookieName: oauth2_proxy_cookie
Expand Down

0 comments on commit 9eaaa7e

Please sign in to comment.