Skip to content

Commit 6bef374

Browse files
authored
konflux-ui: fix tekton enpoint in stage (#5795)
Signed-off-by: Francesco Ilario <[email protected]>
1 parent c2f561a commit 6bef374

File tree

1 file changed

+2
-3
lines changed
  • components/konflux-ui/staging/base/proxy

1 file changed

+2
-3
lines changed

components/konflux-ui/staging/base/proxy/nginx.conf

+2-3
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,9 @@ http {
158158
auth_request /oauth2/auth;
159159

160160
rewrite /api/k8s/plugins/tekton-results/(.+) /$1 break;
161-
proxy_pass https://tekton-results-api-service.tekton-results.svc.cluster.local:8080;
162161
proxy_read_timeout 30m;
163-
proxy_set_header Impersonate-User $email;
164-
include /mnt/nginx-generated-config/bearer.conf;
162+
include /mnt/nginx-generated-config/tekton-results.conf;
163+
include /mnt/nginx-generated-config/auth.conf;
165164
}
166165

167166
# GET requests to /api/k8s/api/v1/namespaces and /api/k8s/api/v1/namespaces/

0 commit comments

Comments
 (0)