fescobar / allure-docker-service-ui

Allure Docker Service UI provides a friendly user interface for frankescobar/allure-docker-service API container.
Apache License 2.0
81 stars 40 forks source link

I am not able see the login page after deploying the latest containers #46

Open codewithabhi17 opened 1 month ago

codewithabhi17 commented 1 month ago

I have deployed both latest api an UI containers but for some reason i only see a blank landing page without the login promt. Do i have to pass any variable to enable the login screen? I have secrest.yaml installed as well.

- name: allure-ui image: 'frankescobar/allure-docker-service-ui' - name: allure image: 'frankescobar/allure-docker-service'

{ "data": { "api_response_less_verbose": 0, "check_results_every_seconds": "NONE", "dev_mode": 0, "keep_history": "1", "keep_history_latest": "20", "make_viewer_endpoints_public": 0, "optimize_storage": 0, "security_enabled": 0, "tls": 1, "url_prefix": "/allure-api", "version": "2.27.0" }, "meta_data": { "message": "Config successfully obtained" } }

Screenshot 2024-05-21 at 3 46 19 PM