trafficcontrol icon indicating copy to clipboard operation
trafficcontrol copied to clipboard

TO client cert support in cdn.conf.j2

Open zrhoffman opened this issue 2 years ago • 1 comments

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 ClientAuth in 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.

zrhoffman avatar May 09 '23 20:05 zrhoffman

I see in the code that this issue is fixed

ntheanh201 avatar Feb 16 '24 03:02 ntheanh201