-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Vault:1.4.3 can not start with KMS auto unseal with IAM Role #9568
Comments
Hi. Possibly the same as #8844? Note the comments at the end of that discussion. |
Looks like it has the same source |
I also encountered this issue and wasn't able to figure out what was going on until we set Anyhow, my issue turned out to be a problem w/ the role -- I had it scoped to the wrong namespace. Although I'd be interested in knowing if anyone else suddenly starts seeing error logs if they set |
@yevgeniyo Have you tried setting the environment variable Otherwise you may be running into an issue with docker and IMDSv2:
So you might try increasing the hop count for the underlying ec2 instances if you can. |
Describe the bug
With version 1.4.3 KMS auto unsealing with IAM Role is not working
Vault service is not starting at all, no output
/vault/logs # vault server -config=/vault/config/
^C
To Reproduce
Steps to reproduce the behavior:
Run vault 1.4.3 on docker with config:
"seal": {
"awskms": {
"region": "your region",
"kms_key_id": "your key"
}
}
Check logs
Vault server configuration file(s):
Additional context
Checked the same setup with 1.3.7
All works as expected
The text was updated successfully, but these errors were encountered: