gateway-api icon indicating copy to clipboard operation
gateway-api copied to clipboard

GEP: Allow Multiple Certificate Refs per Gateway Listener

Open robscott opened this issue 4 years ago • 3 comments

What would you like to be added: The CertificateRef field in Listener TLSConfig should be replaced with a CertificateRefs field.

Why this is needed: This would help with a number of use cases, including:

  • When hostname is empty on the Listener, and Routes attach multiple unique Hostnames
  • Providing RSA and EC certs
  • Temporarily including new and old certs during an upgrade

Relevant Slack thread: https://kubernetes.slack.com/archives/CR0H13KGA/p1629912749150800

robscott avatar Sep 03 '21 16:09 robscott

Hi, there, what's the status of this GEP? I'd like to implement it :)

tokers avatar Sep 04 '21 02:09 tokers

/assign

tokers avatar Sep 07 '21 06:09 tokers

Reopening because we need conformance test coverage for this.

robscott avatar Aug 01 '22 21:08 robscott

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Nov 14 '22 16:11 k8s-triage-robot

The only thing left here is conformance tests (and spec clarification) which has more recently been covered by https://github.com/kubernetes-sigs/gateway-api/issues/1330 and https://github.com/kubernetes-sigs/gateway-api/pull/1526, going to close this one out.

robscott avatar May 18 '23 16:05 robscott