Skip to content

Commit

Permalink
Merge pull request #8765 from ministryofjustice/feature/8621-analytic…
Browse files Browse the repository at this point in the history
…al-platform-common-account

Add analytical-platform-common
  • Loading branch information
dms1981 authored Dec 13, 2024
2 parents 626ba24 + dc69485 commit e36b64e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions environments/analytical-platform-common.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"account-type": "member-unrestricted",
"environments": [
{
"name": "production",
"access": [
{
"sso_group_name": "analytical-platform",
"level": "developer"
}
]
}
],
"tags": {
"application": "analytical-platform-common",
"business-unit": "Platforms",
"infrastructure-support": "[email protected]",
"owner": "Analytical Platform: [email protected]"
},
"github-oidc-team-repositories": [""]
}
1 change: 1 addition & 0 deletions policies/environments/expected.rego
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ expected :=
{
"accounts": [
"analytical-platform",
"analytical-platform-common",
"analytical-platform-compute",
"analytical-platform-data",
"analytical-platform-data-engineering",
Expand Down

0 comments on commit e36b64e

Please sign in to comment.