Skip to content

Commit

Permalink
chore: Update redirect URL in release.yaml for OAuth2 Proxy configura…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
devantler committed Aug 25, 2024
1 parent 9eaaa7e commit 566fe7a
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 @@ -34,7 +34,7 @@ spec:
email_domains=["*"]
github_users=["devantler"]
provider="github"
redirect_url: https://oauth2-proxy.${cluster_domain}/oauth2/callback
redirect_url="https://oauth2-proxy.${cluster_domain}/oauth2/callback"
reverse_proxy=true
skip_provider_button=true
upstreams=["static://202"]

0 comments on commit 566fe7a

Please sign in to comment.