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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: