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
I appear to having an issue, the issue is that a user with limited access seems to have equivalent admin access when it has only been give WRITE and READ permissions to a single database.
I have create a user with WRITE and READ privileges to a single influxdb database however the user can see other databases in the InfluxDB console, create new databases and delete all other databases that were not created or owned by it.
What
I appear to having an issue, the issue is that a user with limited access seems to have equivalent admin access when it has only been give WRITE and READ permissions to a single database.
I have create a user with WRITE and READ privileges to a single influxdb database however the user can see other databases in the InfluxDB console, create new databases and delete all other databases that were not created or owned by it.
Why
I am unsure why this is happening.
How to validate
I've created a Vagrant test environment here.
If you look at defaults/main.yml and tasks/main.yml in the repository you can see that the databases are created using:
defaults/main.yml:
tasks/main.yml:
The Vagrant machine based test case can be used by doing:
Point your browser at
http://localhost:8083/
root
with passwordroot
someuser
with passwordsomepassword
The text was updated successfully, but these errors were encountered: