Skip to content

Commit

Permalink
Adds infrasec group to Pocket, Mofo, and CloudServices AWS orgs
Browse files Browse the repository at this point in the history
  • Loading branch information
dividehex committed Jul 15, 2024
1 parent 649ed3e commit c31197f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rules/awsSaml.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async function awsSaml(user, context, callback) {
"team_se",
"team_secops",
"voice-dev",
"vpn_sumo_aws_devs",
"vpn_sumo_aws_devs"
];
break;
case "pQ0eb5tzwfYHnAtzGuk88pzxZ68szQtk":
Expand All @@ -72,6 +72,7 @@ async function awsSaml(user, context, callback) {
"mozilliansorg_pocket_sales",
"mozilliansorg_pocket_ads",
"mozilliansorg_pocket_aws_billing",
"mozilliansorg_infrasec"
];
break;
case "jU8r4uSEF3fUCjuJ63s46dBnHAfYMYfj":
Expand All @@ -89,6 +90,7 @@ async function awsSaml(user, context, callback) {
"mozilliansorg_mofo_aws_projects",
"mozilliansorg_mofo_aws_sandbox",
"mozilliansorg_mofo_aws_secure",
"mozilliansorg_infrasec"
];
break;
case "c0x6EoLdp55H2g2OXZTIUuaQ4v8U4xf9":
Expand All @@ -102,7 +104,7 @@ async function awsSaml(user, context, callback) {
"mozilliansorg_cloudservices_aws_autograph_admin",
"mozilliansorg_cloudservices_aws_autograph_dev",
"mozilliansorg_cloudservices_aws_developer_services_dev",
"mozilliansorg_infrasec",
"mozilliansorg_infrasec"
];
break;
default:
Expand Down

0 comments on commit c31197f

Please sign in to comment.