Guest User

Untitled

a guest
Apr 23rd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. [http]
  2. ...
  3. # Determines whether user authentication is enabled over HTTP/HTTPS.
  4. auth-enabled = true
  5. ...
  6.  
  7. docker exec influxdb influx -execute "create user admin with password 'blabla' with all privileges"
  8.  
  9. "stdout": "ERR: error authorizing query: no user provided
Add Comment
Please, Sign In to add comment