-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
@aws-cdk/aws-iamRelated to AWS Identity and Access ManagementRelated to AWS Identity and Access ManagementbugThis issue is a bug.This issue is a bug.effort/mediumMedium work item – several days of effortMedium work item – several days of effortp1
Description
aws-cdk/packages/@aws-cdk/aws-iam/lib/role.ts
Lines 300 to 302 in e7f09cb
| private readonly managedPolicies: IManagedPolicy[] = []; | |
| private readonly attachedPolicies = new AttachedPolicies(); | |
| private readonly inlinePolicies: { [name: string]: PolicyDocument }; |
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-iamRelated to AWS Identity and Access ManagementRelated to AWS Identity and Access ManagementbugThis issue is a bug.This issue is a bug.effort/mediumMedium work item – several days of effortMedium work item – several days of effortp1