-
Notifications
You must be signed in to change notification settings - Fork 57
/
spec
38 lines (32 loc) · 1.35 KB
/
spec
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
---
name: create-uaa-client
description: This job created UAA client in CF API
packages: []
templates:
bin/run: bin/run
consumes:
- name: cloud_controller
type: cloud_controller
optional: true
properties:
create-uaa-client.app_name:
description: "The Kibana log dashboard app name ( eg defaults to: logs )"
default: logs
create-uaa-client.kibana_host:
description: "The Kibana dashboard domain. Is used for redirects."
default: logs
create-uaa-client.oauth2_client_id:
description: "The UAA Kibana oauth2 client id. Put an existing client id or one you want the job to create. Note the client required scopes: `openid,oauth.approvals,scim.userids,cloud_controller.read`."
default: kibana_oauth2_client
create-uaa-client.oauth2_client_secret:
description: "The UAA Kibana oauth2 client id's secret"
create-uaa-client.oauth2_autoapprove:
description: ""
default: false
create-uaa-client.cloudfoundry.system_domain:
description: "The Elastic Runtime system domain ( eg: system.10.244.0.34.xip.io )"
create-uaa-client.cloudfoundry.uaa_admin_client_id:
description: "The UAA admin client id (required scope is `uaa.admin`). The admin client is used to manage the UAA Kibana oauth2 client."
default: admin
create-uaa-client.cloudfoundry.uaa_admin_client_secret:
description: "The UAA admin client's secret"