create-uaa-client job from logsearch-for-cloudfoundry/202.0.0
Github source:
1245e745
or
master branch
Properties¶
create-uaa-client
¶
app_name
¶The Kibana log dashboard app name ( eg defaults to: logs )
- Default
logs
cloudfoundry
¶
system_domain
¶The Elastic Runtime system domain ( eg: system.10.244.0.34.xip.io )
uaa_admin_client_id
¶The UAA admin client id (required scope is
uaa.admin
). The admin client is used to manage the UAA Kibana oauth2 client.
uaa_admin_client_secret
¶The UAA admin client’s secret
kibana_domain
¶The Kibana dashboard domain. Is used for redirects.
oauth2_autoapprove
¶
- Default
false
oauth2_client_id
¶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
oauth2_client_secret
¶The UAA Kibana oauth2 client id’s secret
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/create-uaa-client/
directory
(learn more).
bin/run
(frombin/run
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.
This job relies on no runtime packages.