We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
/cmd/influxed/run/server_test.go
TestServer_UserCommands
show users, existing user as admin
The text was updated successfully, but these errors were encountered:
This is a regression from RC31, when I tested the GRANT ALL function for the docs. It worked as expected then.
Sorry, something went wrong.
d1da730
gunnaraasen
No branches or pull requests
The following commands:
Should result in:
But results in:
Please see the skipped test in
/cmd/influxed/run/server_test.go
namedTestServer_UserCommands
, table test:show users, existing user as admin
The text was updated successfully, but these errors were encountered: