Skip to content

Commit

Permalink
create cdpt-chaps accounts (#5564)
Browse files Browse the repository at this point in the history
  • Loading branch information
richgreen-moj authored Nov 23, 2023
1 parent 62a03f2 commit 4b72f5c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
37 changes: 37 additions & 0 deletions environments/cdpt-chaps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"account-type": "member",
"environments": [
{
"name": "development",
"access": [
{
"github_slug": "central-digital-product-team",
"level": "developer"
}
]
},
{
"name": "preproduction",
"access": [
{
"github_slug": "central-digital-product-team",
"level": "developer" }
]
},
{
"name": "production",
"access": [
{
"github_slug": "central-digital-product-team",
"level": "developer" }
]
}
],
"tags": {
"application": "cdpt-chaps",
"business-unit": "HQ",
"owner": "central-digital-product-team@digital.justice.gov.uk",
"infrastructure-support": "central-digital-product-team@digital.justice.gov.uk"
},
"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 @@ -12,6 +12,7 @@ expected :=
"bichard7",
"ccms-ebs",
"ccms-ebs-upgrade",
"cdpt-chaps",
"cooker",
"core-logging",
"core-network-services",
Expand Down

0 comments on commit 4b72f5c

Please sign in to comment.