This is an automated email from the ASF dual-hosted git repository.
mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new 6a48b44 Turn on roles and perms (#6436)
6a48b44 is described below
commit 6a48b44492b0268873d30600feb4990e88bc81c4
Author: Srijeet Chatterjee <[email protected]>
AuthorDate: Fri Dec 17 14:11:23 2021 -0700
Turn on roles and perms (#6436)
---
infrastructure/ansible/roles/traffic_ops/defaults/main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure/ansible/roles/traffic_ops/defaults/main.yml
b/infrastructure/ansible/roles/traffic_ops/defaults/main.yml
index 3fcc8e3..111f1b5 100644
--- a/infrastructure/ansible/roles/traffic_ops/defaults/main.yml
+++ b/infrastructure/ansible/roles/traffic_ops/defaults/main.yml
@@ -43,7 +43,7 @@ to_admin_user_password:
# --- cdn.conf
to_disable_auto_cert_deletion: false
to_use_ims: true
-to_use_rbp: false
+to_use_rbp: true
to_heartbeat_timeout: 20
to_hypnotoad_number_of_workers: 12
to_cors_access_control_allow_origin: "http://localhost:8080"