-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.json
39 lines (39 loc) · 1.29 KB
/
config.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
[
{
"id": "6b508bb8-2af7-4a75-9efd-7b76a01d705d",
"name": "cloud-gov-identity-provider",
"description": "Manage client credentials for authenticating cloud.gov users in your app",
"bindable": true,
"metadata": {
"documentationUrl": "https://cloud.gov/docs/services/cloud-gov-identity-provider/"
},
"plans": [
{
"id": "e6fd8aaa-b5ba-4b19-b52e-44c18ab8ca1d",
"name": "oauth-client",
"description": "OAuth client credentials for authenticating cloud.gov users in your app"
}
]
},
{
"id": "964bd86d-72fa-4852-957f-e4cd802de34b",
"name": "cloud-gov-service-account",
"description": "Manage cloud.gov service accounts with access to your organization",
"bindable": true,
"metadata": {
"documentationUrl": "https://cloud.gov/docs/services/cloud-gov-service-account/"
},
"plans": [
{
"id": "074e652b-b77b-4ac3-8d5b-52144486b1a3",
"name": "space-deployer",
"description": "A service account for continuous deployment, limited to a single space"
},
{
"id": "dc3a6d48-9622-434a-b418-1d920193b575",
"name": "space-auditor",
"description": "A service account for auditing configuration and monitoring events limited to a single space"
}
]
}
]