Skip to content

Conversation

@seunghun1ee
Copy link
Member

If certificate of Vault API is expired, user needs to set vault_unseal_verify to False to avoid tasks failing.

However, checking seal-status after unsealing still tries to verify the certificate.

This fixes the issue by setting validate_certs option to also follow vault_unseal_verify.

If certificate of Vault API is expired, user needs to set
``vault_unseal_verify`` to False to avoid tasks failing.

However, checking seal-status after unsealing still tries
to verify the certificate.

This fixes the issue by setting ``validate_certs`` option
to also follow ``vault_unseal_verify``.
@seunghun1ee seunghun1ee self-assigned this Nov 14, 2024
@seunghun1ee seunghun1ee requested a review from a team as a code owner November 14, 2024 15:18
@seunghun1ee seunghun1ee changed the title Prevent seal-status check fails when TLS is expired Prevent seal-status check failing when TLS is expired Nov 14, 2024
Copy link

@technowhizz technowhizz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea

@bbezak bbezak closed this Jul 10, 2025
@bbezak bbezak reopened this Jul 10, 2025
@seunghun1ee seunghun1ee merged commit ff24c1d into master Jul 14, 2025
18 of 20 checks passed
@seunghun1ee seunghun1ee deleted the fix-vault-seal-status-check branch July 14, 2025 09:13
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.

4 participants