-
Notifications
You must be signed in to change notification settings - Fork 12.1k
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
Data source proxy and required signed certificates #2316
Comments
Looks like if there is a way to set the cert and key when we create the tls connection usinf function LoadX509KeyPair(..) in file dataproxy.go might work? |
the data source proxy does not support this yet :( |
can this be made a new feature request? possible to get this in the next version? |
@sandramadhu maybe if a PR is made, since you are the first to request this it will have very low prio (unless more need this) |
+1 |
Fixed by #6692 |
I am trying to configure graphite as a datasource in grafana. But to access my graphite endpoint it needs a signed certificate.
For eg: If I do this in curl by providing the cert and key, it works.
curl -v --key my.key --cert my.pem "https://graphite-api.mycompany.com/dashboard/find/?query="
How can I do the same thing in grafana?
The text was updated successfully, but these errors were encountered: