Skip to content

Commit

Permalink
Merge pull request #6414 from ministryofjustice/accounts/analytical-p…
Browse files Browse the repository at this point in the history
…latform-ingestion

Create new Analytical Platform Ingestion environment
  • Loading branch information
ASTRobinson authored Mar 12, 2024
2 parents f154ad3 + 880a05b commit 7f64ea9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions environments/analytical-platform-ingestion.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"account-type": "member",
"environments": [
{
"name": "development",
"access": [
{
"github_slug": "analytical-platform",
"level": "sandbox",
"nuke": "exclude"
}
]
},
{
"name": "production",
"access": [
{
"github_slug": "analytical-platform",
"level": "developer"
}
]
}
],
"tags": {
"application": "analytical-platform-ingestion",
"business-unit": "Platforms",
"infrastructure-support": "analytical-platform@digital.justice.gov.uk",
"owner": "Analytical Platform"
},
"github-oidc-team-repositories": [""],
"go-live-date": ""
}
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 :=
"analytical-platform",
"analytical-platform-data",
"analytical-platform-data-engineering",
"analytical-platform-ingestion",
"analytical-platform-landing",
"analytical-platform-management",
"apex",
Expand Down

0 comments on commit 7f64ea9

Please sign in to comment.