summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/responses/tenant-with-secrets.json
blob: 1662484ade8c5beaa64ad8e3ec82a23fd49d39ff (plain) (blame)
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
{
  "tenant": "my-tenant",
  "type": "CLOUD",
  "pemDeveloperKeys": [
    {
      "key": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEFELzPyinTfQ/sZnTmRp5E4Ve/sbE\npDhJeqczkyFcT2PysJ5sZwm7rKPEeXDOhzTPCyRvbUqc2SGdWbKUGGa/Yw==\n-----END PUBLIC KEY-----\n",
      "user": "developer@tenant"
    }
  ],
  "secretStores": [
    {
      "name": "secret-foo",
      "awsId": "123",
      "role": "secret-role"
    }
  ],
  "integrations": {
    "aws": {
      "tenantRole": "my-tenant-tenant-role",
      "accounts": [
        {
          "name": "secret-foo",
          "awsId": "123",
          "role": "secret-role"
        }
      ]
    }
  },
  "quota": {
    "budget": null,
    "budgetUsed": 0.0,
    "clusterSize": 5
  },
  "applications": [
    {
      "tenant": "my-tenant",
      "application": "my-app",
      "url": "http://localhost:8080/application/v4/tenant/my-tenant/application/my-app"
    }
  ],
  "metaData": {
    "createdAtMillis": "(ignore)"
  }
}