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_process_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_process_root_user : bool ,
48
49
49
50
instance_file_descriptor_limit : Integer ,
50
51
Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ class ClockSchema < VCAP::Config
184
184
max_retained_builds_per_app : Integer ,
185
185
max_retained_revisions_per_app : Integer ,
186
186
additional_allowed_process_users : Array ,
187
+ allow_process_root_user : bool ,
187
188
188
189
diego_sync : { frequency_in_seconds : Integer } ,
189
190
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_process_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 @@ -194,6 +194,7 @@ class WorkerSchema < VCAP::Config
194
194
default_app_log_rate_limit_in_bytes_per_second : Integer ,
195
195
default_app_ssh_access : bool ,
196
196
additional_allowed_process_users : Array ,
197
+ allow_process_root_user : bool ,
197
198
198
199
jobs : {
199
200
global : {
You can’t perform that action at this time.
0 commit comments