generated from ministryofjustice/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 290
/
portal.json
50 lines (50 loc) · 1.04 KB
/
portal.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"account-type": "member",
"environments": [
{
"name": "development",
"access": [
{
"sso_group_name": "laa-aws-infrastructure",
"level": "sandbox",
"nuke": "exclude"
}
]
},
{
"name": "test",
"access": [
{
"sso_group_name": "laa-aws-infrastructure",
"level": "developer"
}
]
},
{
"name": "preproduction",
"access": [
{
"sso_group_name": "laa-aws-infrastructure",
"level": "developer"
}
]
},
{
"name": "production",
"access": [
{
"sso_group_name": "laa-aws-infrastructure",
"level": "developer"
}
]
}
],
"tags": {
"application": "portal",
"business-unit": "LAA",
"infrastructure-support": "[email protected]",
"owner": "[email protected]",
"critical-national-infrastructure": true
},
"github-oidc-team-repositories": [""]
}