-
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
auth enabled/disabled state can be lost after node reboot #7165
Comments
i hope a fix gets also in v3.1.1. this problem is really annoying. |
@ekle sorry I was busy with other work this week. I'll be able to resume this issue from next week. BTW, this problem happens rarely on my environment. Do you have good procedures for reproducing it? |
here i have a 50/50 chance of getting it. but i don't know what triggers it. i have a 3 node cluster behind a aws-lb which does ssl-offloading. but it looks like it is only happening after all nodes restarted. |
The problem was caused by snapshotting, small (e.g., 10) |
Because of my own silly mistake, current NewAuthStore() doesn't initialize authStore in a correct manner. For example, after recovery from snapshot, it cannot revive the flag of enabled/disabled. This commit fixes the problem. Fix etcd-io#7165
Because of my own silly mistake, current NewAuthStore() doesn't initialize authStore in a correct manner. For example, after recovery from snapshot, it cannot revive the flag of enabled/disabled. This commit fixes the problem. Fix etcd-io#7165
Because of my own silly mistake, current NewAuthStore() doesn't initialize authStore in a correct manner. For example, after recovery from snapshot, it cannot revive the flag of enabled/disabled. This commit fixes the problem. Fix etcd-io#7165
Because of my own silly mistake, current NewAuthStore() doesn't initialize authStore in a correct manner. For example, after recovery from snapshot, it cannot revive the flag of enabled/disabled. This commit fixes the problem. Fix etcd-io#7165
Because of my own silly mistake, current NewAuthStore() doesn't initialize authStore in a correct manner. For example, after recovery from snapshot, it cannot revive the flag of enabled/disabled. This commit fixes the problem. Fix etcd-io#7165
Because of my own silly mistake, current NewAuthStore() doesn't initialize authStore in a correct manner. For example, after recovery from snapshot, it cannot revive the flag of enabled/disabled. This commit fixes the problem. Fix #7165 Conflicts: auth/store.go
Because of my own silly mistake, current NewAuthStore() doesn't initialize authStore in a correct manner. For example, after recovery from snapshot, it cannot revive the flag of enabled/disabled. This commit fixes the problem. Fix #7165
After node reboot, sometimes the state of auth enabled/disabled can be lost. Reported by @ekle #7012 (comment)
The text was updated successfully, but these errors were encountered: