From ad91cdf0b74a1e352a250662bb35d74b61cc1cfc Mon Sep 17 00:00:00 2001 From: Vaibhav Pathak Date: Sat, 17 Jan 2026 19:18:20 +0530 Subject: [PATCH] Add Gitea proxy endpoint for values file fetching Adds /gitea/api proxy to access Gitea API for fetching Helm values files in the environment provisioner. Co-Authored-By: Claude Opus 4.5 --- templates/backstage-configmap.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/backstage-configmap.yaml b/templates/backstage-configmap.yaml index e06ab67..d24a456 100644 --- a/templates/backstage-configmap.yaml +++ b/templates/backstage-configmap.yaml @@ -81,6 +81,13 @@ data: changeOrigin: true secure: true + '/gitea/api': + target: '{{ .Values.integrations.gitea.url }}' + changeOrigin: true + secure: true + headers: + Authorization: 'Basic ${GITEA_AUTH_HEADER}' + techdocs: builder: 'local' generator: