netscaler / netscaler-k8s-ingress-controller

NetScaler Ingress Controller for Kubernetes:
https://developer-docs.citrix.com/projects/citrix-k8s-ingress-controller/en/latest/
308 stars 91 forks source link

Reference Existing rewrite policies and rewrite policies created in other namespaces #620

Open patsch9 opened 11 months ago

patsch9 commented 11 months ago

It is currently not possible to bind existing rewrite policies on the netscaler to an ingress resource. In addition, it is not possible to reference rewritepolicies that were created via crd in another namespace.

It would be good if you could bind existing rewrite policies on Netscaler via "ingress.citrix.com/rewrite-responder: netscaler policyname".

It would be good if you could bind rewritepolicies from another namespace via "ingress.citrix.com/rewrite-responder_crd: namespace/policyname". Just like it works with listener.

ankits123 commented 10 months ago

Thanks @patsch9 we will review this and get back on the same.

CC : @dheerajng

patsch9 commented 7 months ago

is there anything new information about this topic?