Open jogold opened 3 years ago
Integrate IAM Access Analyzer policy validation with the CLI, either with a special command or during deploy.
deploy
It could also be used as a new "linting" tool in the repo to ensure that IAM policies created by AWS CDK constructs comply with best practices.
See https://aws.amazon.com/blogs/aws/iam-access-analyzer-update-policy-validation/ See https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-policy-validation.html
To be discussed 😄
This is a :rocket: Feature Request
How about integrating into the PolicyStatement validate methods?
This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.
Integrate IAM Access Analyzer policy validation with the CLI, either with a special command or during
deploy
.It could also be used as a new "linting" tool in the repo to ensure that IAM policies created by AWS CDK constructs comply with best practices.
See https://aws.amazon.com/blogs/aws/iam-access-analyzer-update-policy-validation/ See https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-policy-validation.html
Use Case
Proposed Solution
To be discussed 😄
This is a :rocket: Feature Request