Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 40ffe7b

Browse files
v3(services): add client config to worker
[#174147679](https://www.pivotaltracker.com/story/show/174147679)
1 parent 54e9048 commit 40ffe7b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/cloud_controller/config_schemas/base/worker_schema.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ class WorkerSchema < VCAP::Config
113113
optional(:uaa_client_secret) => String,
114114
optional(:uaa_client_scope) => String,
115115

116+
optional(:cc_service_key_client_name) => String,
117+
116118
optional(:credhub_api) => {
117119
internal_url: String,
118120
},

0 commit comments

Comments
 (0)