Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No option to set the CA (or disable CA verification) for OAuth #36

Open
bigon opened this issue Oct 6, 2021 · 0 comments
Open

No option to set the CA (or disable CA verification) for OAuth #36

bigon opened this issue Oct 6, 2021 · 0 comments

Comments

@bigon
Copy link

bigon commented Oct 6, 2021

Hello,

When deploying the dev example configuration on EKS, up complains with the following errors:

caller=level.go:63 ts=2021-09-30T13:58:58.295417174Z name=up level=error caller=main.go:113 component=writer msg="failed to make request" err="making request: Post "https://dex.dex.svc.cluster.local:5556/dex/auth?client_id=test&response_type=code&scope=openid+profile+email+groups&state=I+love+Observatorium\": x509: certificate signed by unknown authority"

The documentation says that If no CA is specified, there won't be any verification, but this only seems to apply to the endpoint, not to the eventual OAuth part

Either the existing TLS configuration options should be reused or new one should be added for that case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant