Skip to content

Commit 4b520a0

Browse files
committed
Add X-Remote-Extra- headers prefix configuration
Signed-off-by: Marvin Beckers <[email protected]>
1 parent 5e745b2 commit 4b520a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/kcp/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: kcp
33
description: A prototype of a multi-tenant Kubernetes control plane for workloads on many clusters
44

55
# version information
6-
version: 0.8.0
6+
version: 0.8.1
77
appVersion: "0.25.0"
88

99
# optional metadata

charts/kcp/templates/server-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ spec:
132132
- --requestheader-client-ca-file=/etc/kcp/tls/requestheader-client-ca/tls.crt
133133
- --requestheader-username-headers=X-Remote-User
134134
- --requestheader-group-headers=X-Remote-Group
135+
- --requestheader-extra-headers-prefix=X-Remote-Extra-
135136
- --root-directory=/etc/kcp/config
136137
- --shard-virtual-workspace-ca-file=/etc/kcp/tls/ca/tls.crt
137138
- --shard-base-url=https://{{ include "kcp.fullname" . }}:6443

0 commit comments

Comments
 (0)