Skip to content

Commit e604f1c

Browse files
committed
Update metadata
Signed-off-by: Norwin Schnyder <[email protected]>
1 parent 47cb22b commit e604f1c

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

geps/gep-1897/metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ relationships:
1515
- number: 1282
1616
name: Describing Backend Properties
1717
description: Implements just part of the Backend Properties GEP.
18+
extendedBy:
19+
- number: 4152
20+
name: Extending TLS Validation in BackendTLSPolicy

geps/gep-4152/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GEP-4152: Allow flexible TLS Validation in BackendTLSPolicy
1+
# GEP-4152: Extending TLS Validation in BackendTLSPolicy
22

33
* Issue: [#4152](https://github.com/kubernetes-sigs/gateway-api/issues/4152)
44
* Status: Provisional
@@ -21,9 +21,7 @@ runtime.
2121
In such scenarios, users may need the flexibility to disable certificate
2222
verification or to use certificate pinning. Certificate pinning offers a safer
2323
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
2725
CA bundles.
2826

2927
### User Stories

geps/gep-4152/metadata.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
apiVersion: internal.gateway.networking.k8s.io/v1alpha1
22
kind: GEPDetails
33
number: 4152
4-
name: Allow flexible TLS Validation in BackendTLSPolicy
4+
name: Extending TLS Validation in BackendTLSPolicy
55
status: Provisional
66
authors:
77
- snorwin
8+
extends:
9+
- number: 1897
10+
name: BackendTLSPolicy - Explicit Backend TLS Connection Configuration

0 commit comments

Comments
 (0)