You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should adopt the changes from GatewayAPI 1.1.0 and deprecate GatewayTLSPolicy:
Gateways can now configure client cert verification for each Gateway Listener by introducing a new field frontendValidation field within tls. This field supports configuring a list of CA Certificates that can be used as a trust anchor to validate the certificates presented by the client.
Options within TLS are a list of key/value pairs to enable extended TLSconfiguration for each implementation. For example, configuring the mTLS enablement, minimum TLS version or supported cipher suites.
The text was updated successfully, but these errors were encountered:
Should adopt the changes from GatewayAPI 1.1.0 and deprecate GatewayTLSPolicy:
Gateways can now configure client cert verification for each Gateway Listener by introducing a new field frontendValidation field within tls. This field supports configuring a list of CA Certificates that can be used as a trust anchor to validate the certificates presented by the client.
Options within TLS are a list of key/value pairs to enable extended TLSconfiguration for each implementation. For example, configuring the mTLS enablement, minimum TLS version or supported cipher suites.
The text was updated successfully, but these errors were encountered: