Hi everyone .I have a quick question. I currently have a running vault cluster in k8s and was looking into the auto unseal, but most of the examples use either the enterprise version or cloud keys. Am I able to configure my existing cluster to use AWS KMS keys for the auto unsealing?
When using the Vault Helm chart to deploy a Vault cluster in Kubernetes you can set the config value with the appropriate seal configuration to use AWS auto seal.
You may not want to include AWS keys directly in your config so you can consider authenticating using other methods mentioned here.