You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/03/06 16:48:34 UTC

[GitHub] [apisix-ingress-controller] fracarvic commented on issue #744: Feature suggestion: support stream route with plugins

fracarvic commented on issue #744:
URL: https://github.com/apache/apisix-ingress-controller/issues/744#issuecomment-1059997022


   I would like to use this feature to improve security ( limit connections, geoip) to my private imap server exposed throught apisix. Currently I can't attach plugins to an ApisixRoute like this:
   
   ```apiVersion: apisix.apache.org/v2beta3
   kind: ApisixRoute
   metadata:
     name: imap
   spec:
     stream:
     - name: imap
       protocol: TCP
       match:
         ingressPort: 143
       backend:
         serviceName: imap
         servicePort: 143
   ```


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org