-
Notifications
You must be signed in to change notification settings - Fork 734
GEP: Standardize TLS Options #4795
Copy link
Copy link
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.kind/gepPRs related to Gateway Enhancement Proposal(GEP)PRs related to Gateway Enhancement Proposal(GEP)
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.kind/gepPRs related to Gateway Enhancement Proposal(GEP)PRs related to Gateway Enhancement Proposal(GEP)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Following up on the discussion in #896, I think we should standardize and structure TLS options in Gateway API.
At the current state, these options can only be set via domain-prefixed keys in the
tls.optionsmap (e.g.,kgateway.dev/cipher-suites) and are implementation-specific. Even if multiple implementations support the same set of options, the key names and value syntax differ, that makes them non-portable across implementations and impossible to cover with conformance tests./kind gep
/kind feature