Hi,
I have deployed Vault with AWS KMS auto-unseal, but when connection to AWS is lost and Vault service restarted, Vault start is failing with error:
Error parsing Seal configuration: error fetching AWS KMS wrapping key information: RequestError: send request failed caused by: Post “https://kms.eu-central-1.amazonaws.com/”: dial tcp: lookup kms.eu-central-1.amazonaws.com
Is there a way to unseal vault (using Shamir keys) for seal stanza set to “awskms” when AWS is not reachable?
Best regards