IAM/Secrets Manager/ECS: Consolidate IAM policies under path #18458
Labels
@aws-cdk/aws-iam
Related to AWS Identity and Access Management
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Description
Best practice of Secrets Manager recommends the use of using an
env/
path pattern for secrets naming. CDK should detect the use of this pattern and consolidate IAM policies underenv/*
, especially when using theaws_ecs.secret
construct.Use Case
Simplify IAM policies, but also to solve this bug: #18457
Proposed Solution
Switch from inline policies to managed policies: #7448
Other information
No response
Acknowledge
The text was updated successfully, but these errors were encountered: