-
Notifications
You must be signed in to change notification settings - Fork 476
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
Introduce "previous" key slot #4271
Comments
This seems valuable. I think in order to not impact existing deployments we need to figure out a way to not make folks pay the cost for this until necessary, e.g., when they exercised a revocation flow. |
This issue is stale because it has been open for 365 days with no activity. |
@MarcosDY is this still relevant? |
We need to discuss about this one, it is going to be something useful to keep OLD authorities a little longer, |
Journal, keep 2 slots,
Active
andNext
, where Active keeps the current in use authority, andnext
keeps the prepared and the old authority.With this approach, we lose the Old authority when a new authority is prepared, for force rotation it will be good to keep Old authority for more time.
It is in response of discussion on PR comment
The text was updated successfully, but these errors were encountered: