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

vault_pki_secret_backend_cert: Report when renewal is pending #1597

Merged
merged 1 commit into from
Sep 8, 2022

Commits on Sep 7, 2022

  1. vault_pki_secret_backend_cert: Report when renewal is pending

    (This also includes vault_pki_secret_backend_sign, which shares the same
    auto-renew logic.)
    
    This exports an additional boolean attribute renew_pending, which should
    start set to false but will transition to true during refresh if the
    current time is less than "min_seconds_remaining" seconds before the
    certificate's expiration time.
    
    This adds a little extra information to the plan output to explain why
    the provider is proposing to replace the object, and also adds a useful
    hook for postconditions that wish to detect (e.g. during a refresh-only
    plan) that a renewal is pending.
    apparentlymart committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    0f937f9 View commit details
    Browse the repository at this point in the history