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

Preserve CARoots when updating Vault CA configuration #16592

Merged
merged 4 commits into from
Mar 13, 2023

Commits on Mar 10, 2023

  1. Preserve CARoots when updating CA configuration

    If a CA config update did not cause a root change, the codepath would return early and skip some steps which preserve its intermediate certificates and signing key ID. This commit re-orders some code and prevents updates from generating new intermediate certificates.
    kisunji committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    537734d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    523d313 View commit details
    Browse the repository at this point in the history
  3. Ensure trailing newline

    kisunji committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    8a11384 View commit details
    Browse the repository at this point in the history
  4. Add changelog

    kisunji committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    368f8a5 View commit details
    Browse the repository at this point in the history