File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
lib/cloud_controller/config_schemas/base 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
6868max_retained_builds_per_app : 100
6969max_retained_revisions_per_app : 100
7070additional_allowed_process_users : ['ContainerUser', 'TestUser']
71+ allow_process_root_user : true
7172
7273broker_client_default_async_poll_interval_seconds : 60
7374broker_client_max_async_poll_duration_minutes : 10080
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ class ApiSchema < VCAP::Config
4646 default_health_check_timeout : Integer ,
4747 maximum_health_check_timeout : Integer ,
4848 additional_allowed_process_users : Array ,
49+ allow_process_root_user : bool ,
4950
5051 instance_file_descriptor_limit : Integer ,
5152
Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ class ClockSchema < VCAP::Config
158158 max_retained_builds_per_app : Integer ,
159159 max_retained_revisions_per_app : Integer ,
160160 additional_allowed_process_users : Array ,
161+ allow_process_root_user : bool ,
161162
162163 diego_sync : { frequency_in_seconds : Integer } ,
163164
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ class DeploymentUpdaterSchema < VCAP::Config
5959 maximum_app_disk_in_mb : Integer ,
6060 instance_file_descriptor_limit : Integer ,
6161 additional_allowed_process_users : Array ,
62+ allow_process_root_user : bool ,
6263
6364 deployment_updater : {
6465 update_frequency_in_seconds : Integer ,
Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ class WorkerSchema < VCAP::Config
168168 default_app_log_rate_limit_in_bytes_per_second : Integer ,
169169 default_app_ssh_access : bool ,
170170 additional_allowed_process_users : Array ,
171+ allow_process_root_user : bool ,
171172
172173 jobs : {
173174 global : {
You can’t perform that action at this time.
0 commit comments