New Features
- Expose Envoy's OCSP Stapling support through two new fields:
ocsp_staple
andocsp_staple_policy
. OCSP responses can be stored in TLS secrets throughglooctl create secret tls
, or by manually storing the OCSP response in a k8s tls secret under thedata
field:tls.ocsp-staple
. Thetls.ocsp-staple
secret field name is subject to change, and is currently based off of the naming used by cert-manager in this WIP PR. (#5605)
Fixes