trafficcontrol
trafficcontrol copied to clipboard
TO client cert support in cdn.conf.j2
This Feature Request affects these Traffic Control components:
- Automation - Ansible Roles
Description
#7392 added support for certificate-based authentication in Traffic Ops. In cdn.conf, that meant
- Enabling
ClientAuthin the"tls_config"section https://github.com/apache/trafficcontrol/blob/bf3487cdf484ec30cacdb7bcebff75ab5e81bbdd/traffic_ops/app/conf/cdn.conf#L44 - Adding a new
"client_certificate_authentication"section https://github.com/apache/trafficcontrol/blob/bf3487cdf484ec30cacdb7bcebff75ab5e81bbdd/traffic_ops/app/conf/cdn.conf#L107-L109
These changes need to be made in /infrastructure/ansible/roles/traffic_ops/templates/cdn.conf.j2, as well.
I see in the code that this issue is fixed