Skip to content

Commit

Permalink
Merge pull request #468 from jbuck/IAM-1384
Browse files Browse the repository at this point in the history
IAM-1384 Add Developer Services group to Cloudservices AWS SSO
  • Loading branch information
dividehex authored Jul 15, 2024
2 parents b6f9247 + b74ab83 commit d9d5ecf
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 @@ -100,7 +100,8 @@ async function awsSaml(user, context, callback) {
paramObj.awsGroups = [
"mozilliansorg_cloudservices_aws_admin",
"mozilliansorg_cloudservices_aws_autograph_admin",
"mozilliansorg_cloudservices_aws_autograph_dev"
"mozilliansorg_cloudservices_aws_autograph_dev",
"mozilliansorg_cloudservices_aws_developer_services_dev"
];
break;
default:
Expand Down

0 comments on commit d9d5ecf

Please sign in to comment.