From ca9782309a942657f8378ba1743888e634958324 Mon Sep 17 00:00:00 2001 From: Calum Murray Date: Tue, 5 Sep 2023 11:59:39 -0400 Subject: [PATCH 1/2] Added hostnames to tls certificates Signed-off-by: Calum Murray --- .../mt-channel-broker-tls/broker-filter-tls-certificate.yaml | 1 + .../mt-channel-broker-tls/broker-ingress-tls-certificate.yaml | 1 + .../in-memory-channel-tls/imc-dispatcher-tls-certificate.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/config/brokers/mt-channel-broker-tls/broker-filter-tls-certificate.yaml b/config/brokers/mt-channel-broker-tls/broker-filter-tls-certificate.yaml index f008e3d82d2..6e36d511812 100644 --- a/config/brokers/mt-channel-broker-tls/broker-filter-tls-certificate.yaml +++ b/config/brokers/mt-channel-broker-tls/broker-filter-tls-certificate.yaml @@ -40,6 +40,7 @@ spec: dnsNames: - broker-filter.knative-eventing.svc.cluster.local + - broker-filter.knative.eventing.svc issuerRef: name: selfsigned-ca-issuer diff --git a/config/brokers/mt-channel-broker-tls/broker-ingress-tls-certificate.yaml b/config/brokers/mt-channel-broker-tls/broker-ingress-tls-certificate.yaml index 614bfe13d06..9116ea3ba01 100644 --- a/config/brokers/mt-channel-broker-tls/broker-ingress-tls-certificate.yaml +++ b/config/brokers/mt-channel-broker-tls/broker-ingress-tls-certificate.yaml @@ -40,6 +40,7 @@ spec: dnsNames: - broker-ingress.knative-eventing.svc.cluster.local + - broker-ingress.knative-eventing.svc issuerRef: name: selfsigned-ca-issuer diff --git a/config/channels/in-memory-channel-tls/imc-dispatcher-tls-certificate.yaml b/config/channels/in-memory-channel-tls/imc-dispatcher-tls-certificate.yaml index 60f433fbd10..f17cbc62967 100644 --- a/config/channels/in-memory-channel-tls/imc-dispatcher-tls-certificate.yaml +++ b/config/channels/in-memory-channel-tls/imc-dispatcher-tls-certificate.yaml @@ -40,6 +40,7 @@ spec: dnsNames: - imc-dispatcher.knative-eventing.svc.cluster.local + - imc-dispatcher.knative-eventing.svc issuerRef: name: selfsigned-ca-issuer From b93c51f830f54dda936e5f4ea428678a05aba010 Mon Sep 17 00:00:00 2001 From: Calum Murray Date: Wed, 6 Sep 2023 08:13:55 -0400 Subject: [PATCH 2/2] Update broker-filter-tls-certificate.yaml Co-authored-by: Pierangelo Di Pilato --- .../mt-channel-broker-tls/broker-filter-tls-certificate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/brokers/mt-channel-broker-tls/broker-filter-tls-certificate.yaml b/config/brokers/mt-channel-broker-tls/broker-filter-tls-certificate.yaml index 6e36d511812..a91c659caa4 100644 --- a/config/brokers/mt-channel-broker-tls/broker-filter-tls-certificate.yaml +++ b/config/brokers/mt-channel-broker-tls/broker-filter-tls-certificate.yaml @@ -40,7 +40,7 @@ spec: dnsNames: - broker-filter.knative-eventing.svc.cluster.local - - broker-filter.knative.eventing.svc + - broker-filter.knative-eventing.svc issuerRef: name: selfsigned-ca-issuer