Commit 44fd499
committed
Prevent seal-status check fails when TLS is expired
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``.1 parent 103edc2 commit 44fd499
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments