You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we enable the SSL verify parameter during Dex-Grafana oauth setup, signin to Grafana service fails and we end up with the following Grafana error logs
2020-04-07T13:09:44.640502817Z stdout F t=2020-04-07T13:09:44+0000 lvl=eror msg=login.OAuthLogin(NewTransportWithCode) logger=context userId=0 orgId=0 uname= error="Post https://172.21.254.3:8443/oidc/token: x509: certificate signed by unknown authority"
For now, ssl verify has been turned off in #2378
Grafana generic oauth with Dex should work without setting ssl_skip_verify_insecure: true.
What should be done:
Implementation proposal (strongly recommended):
TBD
Test plan:
The text was updated successfully, but these errors were encountered:
Component:
'grafana', 'authentication', 'oidc'
Why this is needed:
If we enable the SSL verify parameter during Dex-Grafana oauth setup, signin to Grafana service fails and we end up with the following Grafana error logs
For now, ssl verify has been turned off in #2378
Grafana generic oauth with Dex should work without setting
ssl_skip_verify_insecure: true
.What should be done:
Implementation proposal (strongly recommended):
TBD
Test plan:
The text was updated successfully, but these errors were encountered: