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

Granting all privileges to a users doesn't work. #2872

Closed
corylanou opened this issue Jun 10, 2015 · 1 comment
Closed

Granting all privileges to a users doesn't work. #2872

corylanou opened this issue Jun 10, 2015 · 1 comment
Assignees
Milestone

Comments

@corylanou
Copy link
Contributor

The following commands:

CREATE USER jdoe WITH PASSWORD '1337'
grant all priviledges to jdoe
SHOW USERS

Should result in:

{"results":[{"series":[{"columns":["user","admin"],"values":[["jdoe",true]]}]}]}

But results in:

{"results":[{"series":[{"columns":["user","admin"],"values":[["jdoe",false]]}]}]}

Please see the skipped test in /cmd/influxed/run/server_test.go named TestServer_UserCommands, table test: show users, existing user as admin

@beckettsean
Copy link
Contributor

This is a regression from RC31, when I tested the GRANT ALL function for the docs. It worked as expected then.

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