mirror of
https://github.com/hashicorp/vault.git
synced 2026-03-10 18:32:48 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue