allow source IP address filtering on tomcat ports

XMLWordPrintable

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Minor
    • 4.4.0
    • Affects Version/s: None
    • Component/s: None
    • None

      The server.xml has this in the host part

              <!--GROUPER_REMOTE_CIDR_VALVE--> 

      If you pass this env var to the container

      -e GROUPER_TOMCAT_REMOTE_CIDR_VALVE_ALLOW='1.2.3.4/32' 

      Then the server.xml will have

      <Valve className="org.apache.catalina.valves.RemoteCIDRValve" allow="1.2.3.4/32"/> 

            Assignee:
            Chris Hyzer (upenn.edu)
            Reporter:
            Chris Hyzer (upenn.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: