Skip to content

Commit

Permalink
Add X-Remote-Extra- headers prefix configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Beckers <marvin@kubermatic.com>
  • Loading branch information
embik committed Sep 11, 2024
1 parent 5e745b2 commit 4b520a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kcp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: kcp
description: A prototype of a multi-tenant Kubernetes control plane for workloads on many clusters

# version information
version: 0.8.0
version: 0.8.1
appVersion: "0.25.0"

# optional metadata
Expand Down
1 change: 1 addition & 0 deletions charts/kcp/templates/server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ spec:
- --requestheader-client-ca-file=/etc/kcp/tls/requestheader-client-ca/tls.crt
- --requestheader-username-headers=X-Remote-User
- --requestheader-group-headers=X-Remote-Group
- --requestheader-extra-headers-prefix=X-Remote-Extra-
- --root-directory=/etc/kcp/config
- --shard-virtual-workspace-ca-file=/etc/kcp/tls/ca/tls.crt
- --shard-base-url=https://{{ include "kcp.fullname" . }}:6443
Expand Down

0 comments on commit 4b520a0

Please sign in to comment.