traeak opened a new pull request, #13160:
URL: https://github.com/apache/trafficserver/pull/13160
This adds support to use an optional header and value to bypass running this
plugin in the TSRemapDoRemap stage.
maxmind config yaml looks like:
```
maxmind:
bypass:
header: "@BypassMe"
value: someval
```
If this option is not provided then the plugin runs as normal in enforcing
mode.
'value' is optional. If missing only the presence of the header is checked.a
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]