mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
Fix typo in recommended vault auth iam policy (#4128)
The resource arn for the `sts:AssumeRole` action is missing a `:` for the region and therefore invalid.
This commit is contained in:
parent
b3ccf7aac9
commit
26d8b7f095
@ -304,7 +304,7 @@ method.
|
||||
"Effect": "Allow",
|
||||
"Action": ["sts:AssumeRole"],
|
||||
"Resource": [
|
||||
"arn:aws:iam:<AccountId>:role/<VaultRole>"
|
||||
"arn:aws:iam::<AccountId>:role/<VaultRole>"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user