Skip to content
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

Remove unified CRLs, cross-cluster revocations #365

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cipherboy
Copy link
Member

@cipherboy cipherboy commented Jun 15, 2024

In Vault Enterprise's split-storage clustering (Performance Secondary), the PKI engine needed a way of maintaining a single, unified CRL across all Perf Secondary clusters and accepting revocations given to any cluster for certs stored on any other cluster. The combination of Unified CRLs and Revocation Queues solved this problem for Vault Enterprise, but the code largely lived in Vault Community.

Since OpenBao lacks these clustering semantics and is unlikely to add them, remove this code.

Resolves: #272


Based on #362; will be rebased once that merges.

@cipherboy cipherboy added this to the GA milestone Jun 15, 2024
@cipherboy cipherboy requested review from JanMa and DanGhita June 15, 2024 14:41
@cipherboy cipherboy marked this pull request as draft June 15, 2024 14:44
In Vault Enterprise's split-storage clustering (Performance Secondary),
the PKI engine needed a way of maintaining a single, unified CRL across
all Perf Secondary clusters and accepting revocations given to any
cluster for certs stored on any other cluster. The combination of
Unified CRLs and Revocation Queues solved this problem for Vault
Enterprise, but the code largely lived in Vault Community.

Since OpenBao lacks these clustering semantics and is unlikely to add
them, remove this code.

Resolves: openbao#272

Signed-off-by: Alexander Scheel <[email protected]>
@cipherboy cipherboy marked this pull request as ready for review June 20, 2024 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove last vestiges of Unified CRL
1 participant