Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-12261

Protocol server transport management

    XMLWordPrintable

Details

    Description

      the WF-server had the ability to stop/start a transport via the CLI (ISPN-11240).
      The new server should have a similar capability.

      Protocol management via CLI

      $ cli.sh server connector ls
      $ cli.sh server connector describe endpoint-default
      $ cli.sh server connector stop endpoint-default
      $ cli.sh server connector start endpoint-default
      

      Aside from start/stop, we should also leverage netty's ipfilter handler which allows filtering based on subnet so that traffic can be blocked selectively.

      IP Filtering

      <endpoints socket-binding="default" security-realm="default">
               <ip-filter>
                  <reject from="172.16.0.0/16"/>
                  <accept from="127.0.0.0/8"/>
               </ip-filter>
                <hotrod-connector/>
                <rest-connector/>
      </endpoints>
      

      Attachments

        Issue Links

          Activity

            People

              ttarrant@redhat.com Tristan Tarrant
              ttarrant@redhat.com Tristan Tarrant
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: