1
0
Fork 0
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:
Tobias Germer 2023-01-24 15:40:10 +01:00 committed by GitHub
parent ff88395c09
commit bde9f94be3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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-*"
}