rob05c opened a new pull request #5715: URL: https://github.com/apache/trafficcontrol/pull/5715
Adds a helper utility for checking that all remap.config header rewrite directives have a matching file. The header rewrite directive and file generation has a lot of conditions, so it's difficult to ensure they match identically. This provides users and developers a tool for checking code and data generate matching directives and files correctly. Includes documentation in the tool directory. No tests, is a standalone tool that doesn't affect production code paths. Includes changelog. - [x] This PR is not related to any other Issue ## Which Traffic Control components are affected by this PR? Tool is useful to ORT, but does not affect ORT or any other production code path. ## What is the best way to verify this PR? See readme, run tool according to instructions. ## If this is a bug fix, what versions of Traffic Control are affected? Not a bug fix. ## The following criteria are ALL met by this PR - [x] This PR includes tests OR I have explained why tests are unnecessary - [x] This PR includes documentation OR I have explained why documentation is unnecessary - [x] This PR includes an update to CHANGELOG.md OR such an update is not necessary - [x] This PR includes any and all required license headers - [x] This PR **DOES NOT FIX A SERIOUS SECURITY VULNERABILITY** (see [the Apache Software Foundation's security guidelines](https://www.apache.org/security/) for details) ## Additional Information -- 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]
