File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
lib/cloud_controller/config_schemas Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ max_retained_deployments_per_app: 100
68
68
max_retained_builds_per_app : 100
69
69
max_retained_revisions_per_app : 100
70
70
additional_allowed_process_users : ['ContainerUser', 'TestUser']
71
+ allow_docker_root_user : true
71
72
72
73
broker_client_default_async_poll_interval_seconds : 60
73
74
broker_client_max_async_poll_duration_minutes : 10080
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ class ApiSchema < VCAP::Config
45
45
default_health_check_timeout : Integer ,
46
46
maximum_health_check_timeout : Integer ,
47
47
additional_allowed_process_users : Array ,
48
+ allow_docker_root_user : bool ,
48
49
49
50
instance_file_descriptor_limit : Integer ,
50
51
Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ class ClockSchema < VCAP::Config
188
188
max_retained_builds_per_app : Integer ,
189
189
max_retained_revisions_per_app : Integer ,
190
190
additional_allowed_process_users : Array ,
191
+ allow_docker_root_user : bool ,
191
192
192
193
diego_sync : { frequency_in_seconds : Integer } ,
193
194
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ class DeploymentUpdaterSchema < VCAP::Config
58
58
maximum_app_disk_in_mb : Integer ,
59
59
instance_file_descriptor_limit : Integer ,
60
60
additional_allowed_process_users : Array ,
61
+ allow_docker_root_user : bool ,
61
62
62
63
deployment_updater : {
63
64
update_frequency_in_seconds : Integer ,
Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ class WorkerSchema < VCAP::Config
198
198
default_app_log_rate_limit_in_bytes_per_second : Integer ,
199
199
default_app_ssh_access : bool ,
200
200
additional_allowed_process_users : Array ,
201
+ allow_docker_root_user : bool ,
201
202
202
203
jobs : {
203
204
global : {
You can’t perform that action at this time.
0 commit comments