From 74a4aa1f4d2ef8b4473b8e1b7d65115aa7169908 Mon Sep 17 00:00:00 2001 From: u1 Date: Tue, 6 Jan 2026 14:33:21 +0100 Subject: [PATCH] feat(ui): expose whoami header and bump frontend --- kustomize/base/frontend/deployment.yaml | 2 +- kustomize/overlays/staging/trade-basic-auth-middleware.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/kustomize/base/frontend/deployment.yaml b/kustomize/base/frontend/deployment.yaml index ab825f0..160582a 100644 --- a/kustomize/base/frontend/deployment.yaml +++ b/kustomize/base/frontend/deployment.yaml @@ -16,7 +16,7 @@ spec: - name: gitea-registry containers: - name: frontend - image: rv32i.pl/trade/trade-frontend:sha-8217bae + image: rv32i.pl/trade/trade-frontend:sha-5f8c2ef imagePullPolicy: IfNotPresent ports: - name: http diff --git a/kustomize/overlays/staging/trade-basic-auth-middleware.yaml b/kustomize/overlays/staging/trade-basic-auth-middleware.yaml index 1a4bd76..81823e4 100644 --- a/kustomize/overlays/staging/trade-basic-auth-middleware.yaml +++ b/kustomize/overlays/staging/trade-basic-auth-middleware.yaml @@ -6,4 +6,5 @@ spec: basicAuth: secret: trade-basic-auth realm: trade + headerField: X-Trade-User removeHeader: true