Skip to content

Commit

Permalink
Add mozillansorg_sumo-{admins, devs}
Browse files Browse the repository at this point in the history
  • Loading branch information
bheesham committed Nov 8, 2024
1 parent b020d39 commit b935930
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tf/actions/awsSaml.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ exports.onExecutePostLogin = async (event, api) => {
paramObj.accessKeyId = event.secrets.AWS_IDENTITYSTORE_ACCESS_ID_IT;
paramObj.secretAccessKey = event.secrets.AWS_IDENTITYSTORE_ACCESS_KEY_IT;
paramObj.awsGroups = [
// TODO(bhee): delete as a part of https://mozilla-hub.atlassian.net/browse/IAM-1474
"aws_095732026120_poweruser",
"aws_104923852476_admin",
"aws_320464205386_admin",
Expand All @@ -43,6 +44,8 @@ exports.onExecutePostLogin = async (event, api) => {
"mozilliansorg_searchfox-aws",
"mozilliansorg_secops-aws-admins",
"mozilliansorg_sre",
"mozilliansorg_sumo-admins",
"mozilliansorg_sumo-devs",
"mozilliansorg_voice_aws_admin_access",
"mozilliansorg_web-sre-aws-access",
"team_mdn",
Expand Down
2 changes: 2 additions & 0 deletions tf/tests/awsSaml.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ const clientGroupMaps = [
"mozilliansorg_searchfox-aws",
"mozilliansorg_secops-aws-admins",
"mozilliansorg_sre",
"mozilliansorg_sumo-admins",
"mozilliansorg_sumo-devs",
"mozilliansorg_voice_aws_admin_access",
"mozilliansorg_web-sre-aws-access",
"team_mdn",
Expand Down

0 comments on commit b935930

Please sign in to comment.