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

Influx does not force authentication with auth-enabled = true #3452

Closed
robinjha opened this issue Jul 23, 2015 · 2 comments
Closed

Influx does not force authentication with auth-enabled = true #3452

robinjha opened this issue Jul 23, 2015 · 2 comments

Comments

@robinjha
Copy link

Currently running influxdb-0.9.1
Steps to reproduce:
1.Installed Influx using brew : brew install influxdb
2. CREATE USER admin WITH PASSWORD 'admin' WITH ALL PRIVILEGES
3. show users
> show users
user admin
admin true
4. Updated conf files:
vi /usr/local/etc/influxdb.conf
vi /usr/local/etc/influxdb.conf.default
5. Set the auth-enabled option to true in #4 and restarted influxd.
6. Executed curl -G http://localhost:8086/query --data-urlencode "q=CREATE DATABASE authorization". This created the database although I didn't provide a username and password.

@gunnaraasen
Copy link
Contributor

This is a known issue fixed by #3244. Version 0.9.2, to be released later today, includes the fix.

@robinjha
Copy link
Author

Thanks! Much appreciated.

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

No branches or pull requests

2 participants