Skip to content

Commit

Permalink
Merge pull request #5688 from ministryofjustice/env/Integrated-Fraud-…
Browse files Browse the repository at this point in the history
…System-IFS-5540

New environment for cdpt-ifs
  • Loading branch information
markgov authored Dec 5, 2023
2 parents 5311422 + f218f5a commit 021e495
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
39 changes: 39 additions & 0 deletions environments/cdpt-ifs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"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": "central-digital-product-team",
"business-unit": "HQ",
"infrastructure-support": "central-digital-product-team@digital.justice.gov.uk",
"owner": "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 @@ -13,6 +13,7 @@ expected :=
"ccms-ebs",
"ccms-ebs-upgrade",
"cdpt-chaps",
"cdpt-ifs",
"cooker",
"core-logging",
"core-network-services",
Expand Down

0 comments on commit 021e495

Please sign in to comment.