mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-14 04:12:01 +01:00
Minor documentation tweak (#2127)
Should be arn, not policy - latter will error as that assume an inline policy json document
This commit is contained in:
parent
2a84f795f7
commit
4835df609d
@ -305,7 +305,7 @@ Finally, let's create a "deploy" policy using the arn of our role to assume:
|
||||
|
||||
```text
|
||||
$ vault write aws/roles/deploy \
|
||||
policy=arn:aws:iam::ACCOUNT-ID-WITHOUT-HYPHENS:role/RoleNameToAssume
|
||||
arn=arn:aws:iam::ACCOUNT-ID-WITHOUT-HYPHENS:role/RoleNameToAssume
|
||||
```
|
||||
|
||||
To generate a new set of STS assumed role credentials, we again read from
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user