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

Data source proxy and required signed certificates #2316

Closed
sandramadhu opened this issue Jul 9, 2015 · 6 comments
Closed

Data source proxy and required signed certificates #2316

sandramadhu opened this issue Jul 9, 2015 · 6 comments

Comments

@sandramadhu
Copy link

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?

@sandramadhu
Copy link
Author

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?

@torkelo
Copy link
Member

torkelo commented Jul 9, 2015

the data source proxy does not support this yet :(

@sandramadhu
Copy link
Author

can this be made a new feature request? possible to get this in the next version?

@torkelo
Copy link
Member

torkelo commented Jul 9, 2015

@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)

@torkelo torkelo changed the title Access Graphite through proxy using client certificate and key Data source proxy and required signed certificates Jul 9, 2015
@ebradham
Copy link

+1

@daniellee
Copy link
Contributor

Fixed by #6692

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

No branches or pull requests

4 participants