-
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
server/auth: refresh cache on each NewAuthStore #14358
Conversation
Will also add a unit/integration test, to restart cluster and recreate the auth scenario. |
Codecov Report
@@ Coverage Diff @@
## main #14358 +/- ##
==========================================
+ Coverage 70.39% 70.77% +0.37%
==========================================
Files 455 455
Lines 37146 37147 +1
==========================================
+ Hits 26150 26289 +139
+ Misses 9473 9350 -123
+ Partials 1523 1508 -15
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Yes, please add a common (integration & e2e) test case Please also signoff the commit. |
ee526a5
to
baa1e92
Compare
- permissions were incorrectly loaded on restarts. - etcd-io#14355 Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you @vivekpatani
cc @mitake |
@mitake any updates? |
LGTM, thanks a lot @vivekpatani ! Could you open PRs for backporting it to release-3.4 and release-3.5? |
- permissions were incorrectly loaded on restarts. - etcd-io#14355 - Backport of etcd-io#14358
- permissions were incorrectly loaded on restarts. - etcd-io#14355 - Backport of etcd-io#14358 Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com>
- permissions were incorrectly loaded on restarts. - etcd-io#14355 - Backport of etcd-io#14358 Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com>
Backports: |
Thanks a lot for opening the PRs @vivekpatani , could you also update changelog files like #14228 ? |
- permissions were incorrectly loaded on restarts. - etcd-io#14355 - Backport of etcd-io#14358 Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com>
- permissions were incorrectly loaded on restarts. - etcd-io#14355 - Backport of etcd-io#14358 Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com>
- permissions were incorrectly loaded on restarts. - etcd-io#14355 - Backport of etcd-io#14358 Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com>
- permissions were incorrectly loaded on restarts. - etcd-io#14355 - Backport of etcd-io#14358 Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com>
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.