Skip to content

Prevent seal-status check failing when TLS is expired #66

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

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

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

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.

2 participants