Release 1.13.20
Version 1.13.20
What's New
OpenID Connect
OpenID Connect (OIDC) is a simple identity layer on the top of the OAuth 2.0 protocol. Using the OIDC feature, clients can verify the identity of the end-user based on the authentication performed by an authorization server. You can also obtain the basic profile information about the end-user using this feature.
Now, the Auth CRD supports OIDC. For more information, see the Auth CRD documentation.
Ingress name attribute support in form based authentication
The Auth CRD supports form based authentication. In the form based authentication, the Ingress_name
attribute is now supported. Using this attribute, you can specify the name of the Ingress for which you want to apply the form based authentication.
For more information, see the Auth CRD documentation.
Enhancements
With this enhancement, the GSE CRD is auto generated for an Ingress object if the service within the Ingress is referred in the GTP CRD instance and the status-loadbalancer-ip/hostname
field is already populated. Earlier, the auto generation of the GSE CRD was supported only for a service of type LoadBalancer
. For more information, see the Multi-cluster ingress and load balancing documentation.
Helm chart specific changes
For Helm chart specific changes, see the Helm chart release notes.