jhg03a commented on a change in pull request #5272:
URL: https://github.com/apache/trafficcontrol/pull/5272#discussion_r521573388



##########
File path: infrastructure/ansible/roles/traffic_ops/templates/cdn.conf.j2
##########
@@ -75,6 +75,8 @@
       "read_header_timeout" : {{ to_go_read_header_timeout }},
       "read_timeout" : {{ to_go_read_timeout }},
       "write_timeout" : {{ to_go_write_timeout }},
-      "supported_ds_metrics" : {{ to_go_supported_ds_metrics | to_json }}
+      "supported_ds_metrics" : {{ to_go_supported_ds_metrics | to_json }},
+      "plugins": {{ to_plugin_config.keys() | list | to_json }},
+      "plugin_config" : "{{ to_plugin_config | to_nice_json(indent=2) }}"

Review comment:
       Remove the quotes around this interpolation or it will try to treat the 
json as a string




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to