Skip to content

Commit

Permalink
IAM-1370 Add Infrasec group to Cloudservices AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuck committed Jul 12, 2024
1 parent b74ab83 commit 1e51c18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rules/awsSaml.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ async function awsSaml(user, context, callback) {
"mozilliansorg_cloudservices_aws_admin",
"mozilliansorg_cloudservices_aws_autograph_admin",
"mozilliansorg_cloudservices_aws_autograph_dev",
"mozilliansorg_cloudservices_aws_developer_services_dev"
"mozilliansorg_cloudservices_aws_developer_services_dev",
"mozilliansorg_infrasec",
];
break;
default:
Expand Down

0 comments on commit 1e51c18

Please sign in to comment.