Replies: 1 comment
-
Is this your production use case? It should be a known "issue" and by design. The role & permission update can't break the existing on-going watcher. Once the watch stops and starts again, it will get permission deny response. We don't have a plan to change this behaviour for now. cc @mitake |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I was reviewing the functions of etcd and saw this scenario.
The user with read/write access to the key starts a watching session.
The administrator performs any of the following actions:
After this, the watching session remains active.
Was it intended to be this way? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions