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

[docs] add note around CRL rotation not occuring on revoke if auto_rebuild is enabled #26893

Merged
merged 4 commits into from May 13, 2024

Conversation

rowansmithhc
Copy link
Member

A note to clarify that revocation will not trigger a rotation of the CRL if auto_rebuild of the CRL is set to true/enabled.

https://developer.hashicorp.com/vault/api-docs/secret/pki#revoke-certificate

https://developer.hashicorp.com/vault/api-docs/secret/pki#revoke-certificate-with-private-key

A successful revocation will rotate the CRL.

becomes

A successful revocation will rotate the CRL (unless auto_rebuild is set to true per the CRL configuration).

…s enabled

A note to clarify that revocation will not trigger a rotation of the CRL if auto_rebuild of the CRL is set to true/enabled.
@rowansmithhc rowansmithhc added docs pr/no-changelog pr/no-milestone backport/1.13.x Backport changes to `release/1.13.x` backport/1.14.x Backport changes to `release/1.14.x` hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed backport/1.15.x Backport changes to `release/1.15.x` backport/1.16.x Backport changes to `release/1.16.x` labels May 9, 2024
@rowansmithhc rowansmithhc marked this pull request as ready for review May 9, 2024 06:04
@rowansmithhc rowansmithhc requested a review from a team as a code owner May 9, 2024 06:04
Copy link

github-actions bot commented May 9, 2024

CI Results:
All Go tests succeeded! ✅

Copy link

github-actions bot commented May 9, 2024

Build Results:
All builds succeeded! ✅

fix links
website/content/api-docs/secret/pki.mdx Outdated Show resolved Hide resolved
website/content/api-docs/secret/pki.mdx Outdated Show resolved Hide resolved
rowansmithhc and others added 2 commits May 11, 2024 11:20
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.14.x Backport changes to `release/1.14.x` backport/1.15.x Backport changes to `release/1.15.x` backport/1.16.x Backport changes to `release/1.16.x` docs hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed pr/no-changelog pr/no-milestone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants