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

Not db admin user can 'drop series' #736

Closed
sergey-belikov opened this issue Jul 14, 2014 · 0 comments
Closed

Not db admin user can 'drop series' #736

sergey-belikov opened this issue Jul 14, 2014 · 0 comments

Comments

@sergey-belikov
Copy link

Not db admin user can 'drop series'.

influxdb -v
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;"
[]
jvshahid added a commit that referenced this issue Jul 22, 2014
Non admin database users shouldn't be able to drop series. See #736 for
more details
jvshahid added a commit that referenced this issue Jul 23, 2014
Non admin database users shouldn't be able to drop series. See #736 for
more details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants