Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-3300

Add an @internal ACL filter

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 5.3.0
    • Configuration, Remap API
    • None

    Description

      It's common to want remap rules that are only supposed to be used by plugins. Add explicit support for ACL matching on whether a request is internal or not.

      Here's an example of the proposed configuration:

      map http://internal.jpeach.org/ http://127.0.0.1/ \
            @plugin=generator.so \
            @action=allow @internal
      
      map http://external.jpeach.org/ http://private.jpeach.org/ \
            @plugin=authproxy.so @pparam=--auth-transform=head \
            @action=deny @internal
      
      map http://private.jpeach.org/ http://private.jpeach.org/ \
            @action=allow @internal
      

      Attachments

        Activity

          People

            jamespeach James Peach
            jamespeach James Peach
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: