File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -269,6 +269,25 @@ spec:
269
269
---
270
270
apiVersion : gateway.networking.k8s.io/v1alpha3
271
271
kind : BackendTLSPolicy
272
+ metadata :
273
+ name : backendtlspolicy-cert-mismatch
274
+ namespace : gateway-conformance-infra
275
+ spec :
276
+ targetRefs :
277
+ - group : " "
278
+ kind : Service
279
+ name : " backendtlspolicy-cert-mismatch-test"
280
+ sectionName : " btls"
281
+ validation :
282
+ caCertificateRefs :
283
+ - group : " "
284
+ kind : ConfigMap
285
+ # This secret is generated dynamically by the test suite.
286
+ name : " backend-tls-mismatch-certificate"
287
+ hostname : " abc.example.com"
288
+ ---
289
+ apiVersion : gateway.networking.k8s.io/v1alpha3
290
+ kind : BackendTLSPolicy
272
291
metadata :
273
292
name : backendtlspolicy-san
274
293
namespace : gateway-conformance-infra
@@ -283,7 +302,7 @@ spec:
283
302
- group : " "
284
303
kind : ConfigMap
285
304
# This secret is generated dynamically by the test suite.
286
- name : " backend-tls-certificate"
305
+ name : " backend-tls-checks- certificate"
287
306
subjectAltNames :
288
307
- type : Hostname
289
308
hostname : abc.example.com
@@ -305,7 +324,7 @@ spec:
305
324
- group : " "
306
325
kind : ConfigMap
307
326
# This secret is generated dynamically by the test suite.
308
- name : " backend-tls-certificate"
327
+ name : " backend-tls-checks- certificate"
309
328
subjectAltNames :
310
329
- type : Hostname
311
330
hostname : cde.example.com
You can’t perform that action at this time.
0 commit comments