log-cache-cf-auth-proxy job from log-cache/1.4.9
Github source:
183947c
or
master branch
Properties¶
cc
¶
ca_cert
¶The CA for the internal api
cert
¶The cert used to authenticate against the internal CC api
common_name
¶The CN for the CA cert
key
¶The client private key used to authenticate against the internal CC api
proxy_port
¶
The port for the cf-auth-proxy to listen on
skip_cert_verify
¶
Whether to accept invalid certs
- Default
false
uaa
¶
ca_cert
¶The CA for internal UAA api
client_id
¶The client id to authenticate to UAA
client_secret
¶The client secret to authenticate to UAA
internal_addr
¶The endpoint used for the internal UAA api
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/log-cache-cf-auth-proxy/
directory
(learn more).
bin/ctl
(fromctl
)bin/environment.sh
(fromenvironment.sh.erb
)config/certs/cc.crt
(fromcc.crt.erb
)config/certs/cc.key
(fromcc.key.erb
)config/certs/cc_ca.crt
(fromcc_ca.crt.erb
)config/certs/uaa_ca.crt
(fromuaa_ca.crt.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.