Skip to content

Commit f8bd289

Browse files
authored
Merge pull request #101 from embik/extra-headers-kcp
Add X-Remote-Extra- headers prefix configuration
2 parents 04ecfa6 + 4b520a0 commit f8bd289

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
@@ -136,6 +136,7 @@ spec:
136136
- --requestheader-client-ca-file=/etc/kcp/tls/requestheader-client-ca/tls.crt
137137
- --requestheader-username-headers=X-Remote-User
138138
- --requestheader-group-headers=X-Remote-Group
139+
- --requestheader-extra-headers-prefix=X-Remote-Extra-
139140
- --root-directory=/etc/kcp/config
140141
- --shard-virtual-workspace-ca-file=/etc/kcp/tls/ca/tls.crt
141142
- --shard-base-url=https://{{ include "kcp.fullname" . }}:6443

0 commit comments

Comments
 (0)