ecoupal-believe opened a new issue, #1676:
URL: https://github.com/apache/apisix-ingress-controller/issues/1676

   ### Description
   
   I have an ingress that look like that:
   
   ```
   apiVersion: networking.k8s.io/v1
   kind: Ingress
   metadata:
     name: api
     annotations:
       k8s.apisix.apache.org/plugin-config-name: plugin1,plugin2 #Enable 
plugin1 and plugin2 
   spec:
     ingressClassName: apisix
     rules:
       - host: api.mycorp
         http:
           paths:
             - path: /api1
               pathType: Prefix
               backend:
                 service:
                   name: api1
                   port:
                     number: 80
   ```
   
   The requirement is to be able to activate multiple plugins on the same 
ingress using a comma separated list in the plugin-config-name annotation. 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to