mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 20:36:26 +02:00
docs: aws-ec2: link sts configuration from cross account access
This commit is contained in:
parent
9911b4582b
commit
b228f5eb0f
@ -264,9 +264,10 @@ instance fails to renew the token on time.
|
||||
|
||||
### Cross Account Access
|
||||
|
||||
To allow Vault to authenticate EC2 instances running in other accounts, AWS STS (Security
|
||||
Token Service) can be used to retrieve temporary credentials by assuming an IAM Role
|
||||
in those accounts.
|
||||
To allow Vault to authenticate EC2 instances running in other accounts, AWS STS
|
||||
(Security Token Service) can be used to retrieve temporary credentials by
|
||||
assuming an IAM Role in those accounts. All these accounts should be configured
|
||||
at the backend using the `auth/aws-ec2/config/sts/<account_id>` endpoint.
|
||||
|
||||
The account in which Vault is running (i.e. the master account) must be listed as
|
||||
a trusted entity in the IAM Role being assumed on the remote account. The Role itself
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user