mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-15 17:51:01 +00:00
Fix wrong IAM permissions in docs for the AWS Parameter Store (#1949)
Signed-off-by: Tobias Germer <tobias.germer@tui.com>
This commit is contained in:
parent
ff88395c09
commit
bde9f94be3
1 changed files with 2 additions and 3 deletions
|
@ -31,9 +31,8 @@ Create a IAM Policy to pin down access to secrets matching `dev-*`, for further
|
|||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"ssm:GetParameter",
|
||||
"ssm:GetParameterWithContext",
|
||||
"ssm:ListTagsForResourceWithContext",
|
||||
"ssm:DescribeParametersWithContext",
|
||||
"ssm:ListTagsForResource",
|
||||
"ssm:DescribeParameters"
|
||||
],
|
||||
"Resource": "arn:aws:ssm:us-east-2:1234567889911:parameter/dev-*"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue