apache / trafficcontrol

Apache Traffic Control is an Open Source implementation of a Content Delivery Network
https://trafficcontrol.apache.org/
Apache License 2.0
1.06k stars 340 forks source link

Feature Request: Custom token interpolation #2321

Open jhg03a opened 6 years ago

jhg03a commented 6 years ago

As an administrator I want to write and maintain a string containing IP ACL rules once then just provide a token to replace in normal raw remap rules. This should be generic enough for any kind of string replacement in order to generally reduce copy/paste errors and maintenance overhead.

jhg03a commented 5 years ago

This might be accomplished with a way to construct ATS named filters as this token in a consistent place and then associate them to a particular DS which would wrap the appropriate remap.config with .activatefilter | .deactivatefilter pair.