-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I'm using the package
- iam-floyd
- cdk-iam-floyd
I'm using the package in language
- TypeScript/JavaScript (npm)
- Python (pip)
- .Net (NuGet)
- Java (GitHub packages)
Describe the problem
Oddly enough, SES actions don't support ConfigurationSet as resource. For example, the following is not quite correct (it doesn't actually restrict the access):
{
"Version": "2012-10-17",
"Statement": [
{
"Action": "ses:DescribeConfigurationSet",
"Resource": "arn:aws:ses:eu-central-1:123456789012:configuration-set/some-configset",
"Effect": "Allow"
}
]
}
Reference: https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonses.html
Also in IAM console it shows a warning:
This policy defines some actions, resources, or conditions that do not provide permissions. To grant access, policies must have an action that has an applicable resource or condition.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working