Description:
Add support for HTTPS/TLS termination
Examples shown here https://gateway-api.sigs.k8s.io/v1alpha2/guides/tls/#examples
Looks like most of the work is already done in gateway-api translator
and the provider simply needs to reconcile secrets and pass it over.
Description:
Add support for HTTPS/TLS termination
Examples shown here https://gateway-api.sigs.k8s.io/v1alpha2/guides/tls/#examples
Looks like most of the work is already done in gateway-api translator
gateway/internal/gatewayapi/translator.go
Line 52 in 8e1e981