(iam) Role policies are frequently exceeding 10kB #14261
Labels
@aws-cdk/aws-iam
Related to AWS Identity and Access Management
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p1
aws-cdk/packages/@aws-cdk/aws-iam/lib/role.ts
Lines 300 to 302 in e7f09cb
In order to support better flexibility when cleaning up the inline policy statements after creating large AWS CDK Stacks with several inline IAM policies, we'd like to be able to have read access on these fields so that we can de-dupe action & resource in line policies that are the same, but repeated numerous times.
We're frequently exceeding the 10kb policy limit size, and looking for ways to improve this.
The text was updated successfully, but these errors were encountered: