netscaler-k8s-ingress-controller icon indicating copy to clipboard operation
netscaler-k8s-ingress-controller copied to clipboard

NetScaler Ingress Controller for Kubernetes:

Results 48 netscaler-k8s-ingress-controller issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Authpolicy with `//` double slashes not working. When we want to secure `/api` but allow `/`, Citrix allows connections to everything under `//*` (for ex: `//api/v1/ping`). To...

**Describe the bug** Using canary annotations not working when the **namespace** name is containing a "-" symbol. Annotations: ingress.citrix.com/canary: true ingress.citrix.com/canary-by-header: X-Canary ingress.citrix.com/canary-by-header-value: preview ingress.citrix.com/canary-weight: 0 Namspace: namespace: my-namespace Unfortunately...

**Describe the bug** In case you want to deploy an authpolicy using the same vip, the second deployment does super-seed the authentication policy instead of creating an atomar authentication policy....

enhancement

**Is your feature request related to a problem? Please describe.** In rare conditions, nodeWatch will add duplicate routes for the overlay network. I've seen this behaviour when upgrading Tanzu K8S...

bug

**Describe the bug** Intermediate certificates are not presented during the TLS handshake, even though the uploaded certificate contents contain the intermediate. We are using CIC version `v1.39.6`, and NetScaler MPX...

enhancement

**Is your feature request related to a problem? Please describe.** We have a dual-stack K8s cluster running netscaler-ingress-controller. When we Annotate a service, such as LoadBalancer, the Netscaler-ingress-controller creates a...

enhancement

**Describe the bug** We are experiencing an issue with the Citrix Ingress Controller (CIC) versions 1.38.27 and 1.39.6 where the controller fails to update the NetScaler service group members with...

enhancement

**Missing documentation on the SAML Authentication** https://github.com/netscaler/netscaler-k8s-ingress-controller/blob/master/crd/auth/README.md#saml-authentication https://docs.netscaler.com/en-us/netscaler-k8s-ingress-controller/crds/auth#saml-authentication The section needs to be rewritten with SAML vocabulary in mind. Some questions: - `metadata_url` and `metadata_refresh_interval`: Do these relate to the...