-
Notifications
You must be signed in to change notification settings - Fork 31
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
OpenShift OAuth server is not trusted #881
Labels
bug
Something isn't working
Comments
Example stacktrace:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I see the problem now. It has nothing to do with Grafana or this PR. It's another side effect of removing
CRYOSTAT_ALLOW_UNTRUSTED_SSL
. Cryostat sends a GET request to OpenShift's OAuth server to discover its endpoints. Cryostat is not configured to trust the OAuth server's certificate. The fix should be something like adding/var/run/secrets/kubernetes.io/serviceaccount/ca.crt
to its truststore.Originally posted by @ebaron in cryostatio/cryostat-operator#360 (comment)
The text was updated successfully, but these errors were encountered: