-
Notifications
You must be signed in to change notification settings - Fork 110
Add a new Vault known issue around rewrapping with multi-seal enabled on failovers #1000
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
Add a new Vault known issue around rewrapping with multi-seal enabled on failovers #1000
Conversation
Vercel Previews Deployed
|
Broken Link CheckerNo broken links found! 🎉 |
content/vault/global/partials/important-changes/known-issue/multi-seal-rewrap.mdx
Outdated
Show resolved
Hide resolved
content/vault/global/partials/important-changes/known-issue/multi-seal-rewrap.mdx
Outdated
Show resolved
Hide resolved
| 1. Spread them out among the nodes of the Vault cluster. | ||
| 1. Only subscribe to events on the active node of the cluster. | ||
|
|
||
| ### Full seal rewraps occur on DR/PR failover with multi-seal enabled ((#multi-seal-rewrap)) <EnterpriseAlert inline="true" /> |
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.
Is there a reason we don't want to use the partial here? It looks like the same information to me.
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.
Nope, I was too focused on addressing the issues on 1.16/1.18. I'll fix this up.
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.
Addressed within 5252f4e
| 1. Spread them out among the nodes of the Vault cluster. | ||
| 1. Only subscribe to events on the active node of the cluster. | ||
|
|
||
| ### Full seal rewraps occur on DR/PR failover with multi-seal enabled ((#multi-seal-rewrap)) <EnterpriseAlert inline="true" /> |
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.
Same question about the partial
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.
Addressed within 5252f4e
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
Add a new known issue around a full rewap occurring on Vault cluster failovers to PR/DR clusters when multi-seal is enabled.