-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Description
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- I am running the latest version
- I checked the documentation and found no answer
- I checked to make sure that this issue has not already been filed
Expected Behavior
IAM policy allows getting values from Secrets Manager either.
Current Behavior
IAM policy allows getting values only from Parameter Store
policy = jsonencode({
"Version" : "2012-10-17",
"Statement" : [
{
"Effect" : "Allow",
"Action" : "ssm:GetParameter",
"Resource" : "*"
}
]
})
Metadata
Metadata
Assignees
Labels
No labels