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
Not db admin user can 'drop series'.
influxdb -v InfluxDB v0.7.3 (git: 216a3eb) (leveldb: 1.15)
InfluxDB v0.7.3 (git: 216a3eb) (leveldb: 1.15)
curl 'http://192.168.xxx.yyy:8086/db/test_db/users?u=root&p=root' [{"name":"user","isAdmin":false}]
curl -G 'http://192.168.xxx.yyy:8086/db/test_db/series?u=user&p=password' --data-urlencode "q=drop series test.val;" []
The text was updated successfully, but these errors were encountered:
91078c0
Fix a unit test that has changed in 91078c0
e349e22
Non admin database users shouldn't be able to drop series. See #736 for more details
Fix an integration test that has changed in 91078c0
3284662
No branches or pull requests
Not db admin user can 'drop series'.
influxdb -v
InfluxDB v0.7.3 (git: 216a3eb) (leveldb: 1.15)
The text was updated successfully, but these errors were encountered: