generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 595
Closed as not planned
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
What would you like to be added:
GatewayTLSConfig should support 3 variants of Terminate mode:
- Simple TLS
- Mutual (mTLS)
- Mesh (Terminate mTLS managed by a mesh) - GAMMA only
Why this is needed:
The required certificateRef depends on which of the above Terminate modes is used.
This can currently be supported using an implementation-specific option. Istio, for example, has:
tls:
mode: Terminate
certificateRefs:
- name: example-credential
options:
gateway.istio.io/tls-terminate-mode: MUTUAL
Providing a standard API for this would be much better.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.