Skip to content

Commit

Permalink
add azure-aws-sso-cdpt group name for sso
Browse files Browse the repository at this point in the history
  • Loading branch information
roncitrus committed Dec 9, 2024
1 parent d59e027 commit 2e52729
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions environments/cdpt-ifs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "development",
"access": [
{
"sso_group_name": "central-digital-product-team",
"sso_group_name": "azure-aws-sso-cdpt",
"level": "developer"
}
]
Expand All @@ -14,7 +14,7 @@
"name": "preproduction",
"access": [
{
"sso_group_name": "central-digital-product-team",
"sso_group_name": "azure-aws-sso-cdpt",
"level": "developer"
}
]
Expand All @@ -23,7 +23,7 @@
"name": "production",
"access": [
{
"sso_group_name": "central-digital-product-team",
"sso_group_name": "azure-aws-sso-cdpt",
"level": "developer"
}
]
Expand Down

0 comments on commit 2e52729

Please sign in to comment.