This is an automated email from the ASF dual-hosted git repository.

zrhoffman 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 b9839c283b Removing the quotes around client auth enabled (#7786)
b9839c283b is described below

commit b9839c283b74691771e319c9394c61c689a39580
Author: Dylan Souza <[email protected]>
AuthorDate: Thu Sep 7 08:24:22 2023 -0700

    Removing the quotes around client auth enabled (#7786)
    
    Co-authored-by: dsouza550 <dsouza550>
---
 infrastructure/ansible/roles/traffic_ops/templates/cdn.conf.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/ansible/roles/traffic_ops/templates/cdn.conf.j2 
b/infrastructure/ansible/roles/traffic_ops/templates/cdn.conf.j2
index 1bd4883ec7..4a952a5a29 100644
--- a/infrastructure/ansible/roles/traffic_ops/templates/cdn.conf.j2
+++ b/infrastructure/ansible/roles/traffic_ops/templates/cdn.conf.j2
@@ -69,7 +69,7 @@
       "plugin_config" : {{ to_plugin_config | to_nice_json(indent=2) }},
       "traffic_vault_backend": "{{ to_traffic_vault_backend }}",
       "tls_config": {
-         "ClientAuth": "{{ to_go_client_auth_enabled }}"
+         "ClientAuth": {{ to_go_client_auth_enabled }}
       },
       "traffic_vault_config": {
 {% if to_traffic_vault_backend == "postgres" %}

Reply via email to