-
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
Grant-permissions with wildcards in V3 #5896
Comments
we do not support widecard for auth right now. only explicit range is supported |
What is a range in this context? |
@sergeyfd Permission on a range of keys like from foo to foo10. |
But:
|
etcd20 is not in any range I think. etcd20 > etcd100. |
Kind of weird but Ok. get on etcd020 works. Thanks for the explanation. |
@sergeyfd Shall we close this issue? Or you still want the wide card support? |
Will you add it if I keep it open? :-) If you have no plans for adding such support, then yes, it's Ok to close it. |
@sergeyfd We do not have plan. But if there is a strong use case, we might consider. If you think range can achieve what you want for now, we shall close it. Based on your reply, seems that range is good enough for you. |
I should be Ok for now. But I bet you that eventually you'll have to add that support. |
Hello,
How can I grant permissions to all keys, or to keys wit a certain prefix, in V3 etcd to some role? I created a role with the following permissions:
But so far this role is only able to get/put
etcd
key and nothing else.The text was updated successfully, but these errors were encountered: