-
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
etcdctl/ctlv3: auth: cannot create a root role who can readwrite all keys #6355
Comments
I have the same question and I found this: It seems that they have no plans about this:( |
@glycerine @soyking @xiang90 I think the root role and users who are granted the role should be able to access to all keys (currently the role doesn't have the permission). So I'd like to update the semantics of the root role. It seems that the prefix permission is required by some people so I'll work on it. |
This commit changes the semantics of the root role. The role should be able to access to every key. Partially fixes etcd-io#6355
Looking forward it :) |
@soyking yes, the PR is just fixing the root role. The prefix permission is an independent topic from the PR. |
This commit changes the semantics of the root role. The role should be able to access to every key. Partially fixes etcd-io#6355
This commit changes the semantics of the root role. The role should be able to access to every key. Partially fixes etcd-io#6355
This commit changes the semantics of the root role. The role should be able to access to every key. Partially fixes etcd-io#6355
This commit changes the semantics of the root role. The role should be able to access to every key. Partially fixes #6355
v3 api: I'd like to create a root role who can read and write anything. Unfortunately, the '*' wildcard is ignored, so this appears... to be impossible?
both full wildcard
*
and partial wildcarda*
seem to be ignored.The text was updated successfully, but these errors were encountered: