-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Auth Permission is not work fine. #12966
Comments
@xiang90 |
@horizonzy The |
https://etcd.io/docs/v3.4/demo/#auth |
@horizonzy thanks for sharing the doc! The gif is stale and it should be fixed. The behavior of root role is changed in #6356 for fixing issues like #6355 So current behavior is expected. I'll fix the gif and related doc. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
Sorry for the late update @horizonzy , I opened etcd-io/website#446 for updating the doc. |
I followed the dos
The etcd logs show that I indeed do it.
etcd log:
As the docs saying, user root just own the permission to operate key
foo
.But I still can operate other key successfully.
The phenomenon:
Start etcd in standalone mode.
etcd version:
etcdctl version: 3.4.15
When I operate as above, I didn't execute
export ETCDCTL_API=3
firstly, I'm not sure this is a bug or my mistake operation.The text was updated successfully, but these errors were encountered: