We have Allure Docker Service deployed in redhat OpenShift with reports being generated successfully, but the UI shows empty content when selecting any project.
we can see the following -
Projects appear in UI dropdown
Reports exist on filesystem with proper structure (/app/allure-docker-api/static/projects/)
Direct access to report files works: curl -I https://.../index.html returns 200 OK
But API redirects use HTTP: curl -Ik https://.../reports/latest returns location: http://...
No errors in application logs
Environment:
Allure Docker Service: 2.27.0
Allure Docker Service UI: 7.0.3
Deployment: OpenShift with TLS termination
WSGI Server: Waitress
How to configure Allure Docker Service to generate HTTPS URLs when behind a reverse proxy?
We have Allure Docker Service deployed in redhat OpenShift with reports being generated successfully, but the UI shows empty content when selecting any project.
we can see the following -
Projects appear in UI dropdown
Reports exist on filesystem with proper structure (/app/allure-docker-api/static/projects/)
Direct access to report files works: curl -I https://.../index.html returns 200 OK
But API redirects use HTTP: curl -Ik https://.../reports/latest returns location: http://...
No errors in application logs
Environment:
Allure Docker Service: 2.27.0
Allure Docker Service UI: 7.0.3
Deployment: OpenShift with TLS termination
WSGI Server: Waitress
How to configure Allure Docker Service to generate HTTPS URLs when behind a reverse proxy?