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
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 @@ -46,6 +46,7 @@ class ApiSchema < VCAP::Config
46
46
default_health_check_timeout : Integer ,
47
47
maximum_health_check_timeout : Integer ,
48
48
additional_allowed_process_users : Array ,
49
+ allow_process_root_user : bool ,
49
50
50
51
instance_file_descriptor_limit : Integer ,
51
52
Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ class ClockSchema < VCAP::Config
158
158
max_retained_builds_per_app : Integer ,
159
159
max_retained_revisions_per_app : Integer ,
160
160
additional_allowed_process_users : Array ,
161
+ allow_process_root_user : bool ,
161
162
162
163
diego_sync : { frequency_in_seconds : Integer } ,
163
164
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ class DeploymentUpdaterSchema < VCAP::Config
59
59
maximum_app_disk_in_mb : Integer ,
60
60
instance_file_descriptor_limit : Integer ,
61
61
additional_allowed_process_users : Array ,
62
+ allow_process_root_user : bool ,
62
63
63
64
deployment_updater : {
64
65
update_frequency_in_seconds : Integer ,
Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ class WorkerSchema < VCAP::Config
168
168
default_app_log_rate_limit_in_bytes_per_second : Integer ,
169
169
default_app_ssh_access : bool ,
170
170
additional_allowed_process_users : Array ,
171
+ allow_process_root_user : bool ,
171
172
172
173
jobs : {
173
174
global : {
You can’t perform that action at this time.
0 commit comments