Skip to content

Release 1.6.1

Compare
Choose a tag to compare
@sreejithgs sreejithgs released this 19 Dec 19:00
· 1206 commits to master since this release

What's new

Deploy the Citrix ingress controller for a namespace

By default, the Citrix ingress controller monitors Ingress resources across all namespaces in the Kubernetes cluster. Now, you can deploy a Role-based Citrix ingress controller to monitor only ingress resources belongs to a specific namespace. In this deployment, the Citrix ingress controller listens only for events from the specified namespace and then configures the Citrix ADC accordingly.

For more information, see Deploy the Citrix ingress controller for a namespace.

OAuth authentication support

Using the Auth CRD with the Citrix ingress controller, you can define authentication policies on the ingress Citrix ADC. The Auth CRD now supports OAuth authentication.
For more information, see Define authentication policies on the Ingress Citrix ADC.

Support for linking a certificate chain on the Citrix ADC

A certificate chain is an ordered list of certificates which contains an SSL certificate and certificate authority (CA) certificates. It enables the receiver to verify that the sender and CAs are trustworthy. The chain or path begins with the SSL certificate, and each certificate in the chain is signed by the entity identified by the next certificate in the chain.
Now, you can install and link a certificate chain on the Citrix ADC using the Citrix Ingress controller.

For more information, see Install, link, and update certificates on a Citrix ADC using the Citrix ingress controller.