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

[feature request] Add configuration option to disable the /debug/vars HTTP API endpoint #5305

Closed
rossmcdonald opened this issue Jan 7, 2016 · 4 comments

Comments

@rossmcdonald
Copy link
Contributor

Currently the /debug/vars endpoint is not protected by HTTP authentication, which could expose inadvertent debug information to anyone with network access to the InfluxDB instance. Adding the ability to disable this endpoint via configuration would prevent this issue.

@francisdb
Copy link

This is a serious issue:
https://www.shodan.io/search?query=influxdb

Is there a way to set up authentication for this resource?

@rossmcdonald
Copy link
Contributor Author

Currently the only way to restrict access to the /debug/vars resource is by putting InfluxDB behind a proxy and enforcing authentication (or simply disallowing requests to /debug) at the proxy level.

@alekseyp
Copy link

I would love to see authentication here too.

@russorat
Copy link
Contributor

russorat commented Dec 9, 2019

this was added via #15222 and will be available in the 1.8 release. You can try it out by building the 1.8 branch.

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

Successfully merging a pull request may close this issue.

6 participants