We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f561a commit 6bef374Copy full SHA for 6bef374
components/konflux-ui/staging/base/proxy/nginx.conf
@@ -158,10 +158,9 @@ http {
158
auth_request /oauth2/auth;
159
160
rewrite /api/k8s/plugins/tekton-results/(.+) /$1 break;
161
- proxy_pass https://tekton-results-api-service.tekton-results.svc.cluster.local:8080;
162
proxy_read_timeout 30m;
163
- proxy_set_header Impersonate-User $email;
164
- include /mnt/nginx-generated-config/bearer.conf;
+ include /mnt/nginx-generated-config/tekton-results.conf;
+ include /mnt/nginx-generated-config/auth.conf;
165
}
166
167
# GET requests to /api/k8s/api/v1/namespaces and /api/k8s/api/v1/namespaces/
0 commit comments