Skip to content

Commit

Permalink
Merge pull request #467 from jbuck/IAM-1373
Browse files Browse the repository at this point in the history
IAM-1373: Add autograph-admin and autograph-dev groups to cloudservices AWS rule
  • Loading branch information
dividehex authored Jun 26, 2024
2 parents d2a73b7 + cabb17b commit b6f9247
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rules/awsSaml.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ async function awsSaml(user, context, callback) {
paramObj.accessKeyId = configuration.AWS_IDENTITYSTORE_ACCESS_ID_CLOUDSERVICES;
paramObj.secretAccessKey = configuration.AWS_IDENTITYSTORE_ACCESS_KEY_CLOUDSERVICES;
paramObj.awsGroups = [
"mozilliansorg_cloudservices_aws_admin"
"mozilliansorg_cloudservices_aws_admin",
"mozilliansorg_cloudservices_aws_autograph_admin",
"mozilliansorg_cloudservices_aws_autograph_dev"
];
break;
default:
Expand Down

0 comments on commit b6f9247

Please sign in to comment.