You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I enabled RBAC, added role and user, granted read permission on prefix and tried to make mirror of that prefix. etcdctl make-mirror failed with permission denied.
What did you expect to happen?
etcdctl make-mirror works.
How can we reproduce it (as minimally and precisely as possible)?
On cluster A:
Add a role (somerole) with read permission to a prefix (/someprefix/)
What happened?
I enabled RBAC, added role and user, granted read permission on prefix and tried to make mirror of that prefix.
etcdctl make-mirror
failed withpermission denied
.What did you expect to happen?
etcdctl make-mirror
works.How can we reproduce it (as minimally and precisely as possible)?
On cluster A:
somerole
) with read permission to a prefix (/someprefix/
)someuser
) with this rolemake-mirror
with that user and prefixmake-mirror
fails with the errorfoo
to the rolesomerole
make-mirror
works without errorsAnything else we need to know?
make-mirror
uses keyfoo
to get the most recent revisionetcd/client/v3/mirror/syncer.go
Line 55 in be29295
Etcd version (please run commands below)
Etcd configuration (command line flags or environment variables)
paste your configuration here
Etcd debug information (please run commands blow, feel free to obfuscate the IP address or FQDN in the output)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: