Skip to content

Commit

Permalink
Update src/packs/nzism-v36-1022-20.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Arun Donti <dontirun@gmail.com>
  • Loading branch information
mrpackethead and dontirun authored Sep 20, 2023
1 parent 58b6e52 commit 3c09623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packs/nzism-v36-1022-20.ts
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ export class NZISM36Checks extends NagPack {
*/
private checkIAM(node: CfnResource): void {
this.applyRule({
info: 'The IAM policy grants admin access, meaning the policy allows a principal to perform all actions on all resources - (Control IDs: SHOULD 16.3.5.C.02[CID:1946])',
info: 'The IAM policy grants admin access, meaning the policy allows a principal to perform all actions on all resources - (Control IDs: SHOULD(16.3.5.C.02[CID:1946]))',
explanation:
'AWS Identity and Access Management (IAM) can help you incorporate the principles of least privilege and separation of duties with access permissions and authorizations, by ensuring that IAM groups have at least one IAM user. Placing IAM users in groups based on their associated permissions or job function is one way to incorporate least privilege.',
level: NagMessageLevel.WARN,
Expand Down

0 comments on commit 3c09623

Please sign in to comment.