Leif Hedstrom created TS-3904:
---------------------------------
Summary: Add basic access control to the xdebug plugin
Key: TS-3904
URL: https://issues.apache.org/jira/browse/TS-3904
Project: Traffic Server
Issue Type: Improvement
Components: Plugins
Reporter: Leif Hedstrom
It'd be useful to limit access to XDebug information based on client IP. E.g.
{code}
--allow=69/8 --allow=10/8 --allow=192.168/16
{code}
As an alternative, we could add this to header_rewrite, such that if the
X-Debug header is in the client request, we deny the request based on the IP.
The configuration for this could get complex though (maybe header_rewrite needs
an ACL operator).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)