Skip to content

gbvanrenswoude/cdk-permission-boundary-aspect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

cdk-permission-boundary-aspect

Some IAM roles automatically created by AWS CDK are notoriously hard to reach when your corp requires you to add a permissions boundary to them. If you want to add a permission boundary to them globally, CDK does not natively support that (at the time of writing). This custom aspect (thought up by josef.stach in github issue aws/aws-cdk#3242) provides that functionality for you.

In this repo it is implemented at the Stack level instead of at the App level. This allows for adding a permissionsboundary to every IAM:Role created in the stack in where it is used, even if AWS CDK generates these roles for you.

Releases

No releases published

Packages

No packages published

Languages