File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,6 @@ relationships:
15
15
- number : 1282
16
16
name : Describing Backend Properties
17
17
description : Implements just part of the Backend Properties GEP.
18
+ extendedBy :
19
+ - number : 4152
20
+ name : Extending TLS Validation in BackendTLSPolicy
Original file line number Diff line number Diff line change 1
- # GEP-4152: Allow flexible TLS Validation in BackendTLSPolicy
1
+ # GEP-4152: Extending TLS Validation in BackendTLSPolicy
2
2
3
3
* Issue: [ #4152 ] ( https://github.com/kubernetes-sigs/gateway-api/issues/4152 )
4
4
* Status: Provisional
@@ -21,9 +21,7 @@ runtime.
21
21
In such scenarios, users may need the flexibility to disable certificate
22
22
verification or to use certificate pinning. Certificate pinning offers a safer
23
23
and more controlled alternative, instead of bypassing TLS validation, the gateway
24
- verifies that the backend’s certificate matches a known fingerprint or public key
25
- hash. This preserves the confidentiality and integrity guarantees of TLS while
26
- removing the operational overhead of managing full certificate chains or trusted
24
+ verifies that the backend’s certificate matches a known fingerprint or public key extendedBy: head of managing full certificate chains or trusted
27
25
CA bundles.
28
26
29
27
### User Stories
Original file line number Diff line number Diff line change 1
1
apiVersion : internal.gateway.networking.k8s.io/v1alpha1
2
2
kind : GEPDetails
3
3
number : 4152
4
- name : Allow flexible TLS Validation in BackendTLSPolicy
4
+ name : Extending TLS Validation in BackendTLSPolicy
5
5
status : Provisional
6
6
authors :
7
7
- snorwin
8
+ extends :
9
+ - number : 1897
10
+ name : BackendTLSPolicy - Explicit Backend TLS Connection Configuration
You can’t perform that action at this time.
0 commit comments