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

Add optional SSL support to the UI server #33

Open wei-y opened 1 year ago

wei-y commented 1 year ago

Hi,

Would it be possible to add SSL support to the UI server? My thought at the moment is as follows:

  1. SSL certificate paths as environment variables
  2. Check if these variables are set
  3. If they are set, serve the site using the certificate with HTTPS
  4. Else serve the site as-is in HTTP

Thanks.

fescobar commented 1 year ago

@wei-y Did you check this? https://github.com/fescobar/allure-docker-service-examples/tree/master/allure-docker-kubernetes-example#creating-a-ssl-certificate-and-key

wei-y commented 1 year ago

Thanks for the reply.

I'm not using K8s and want to be able to run it this way with UI served under HTTPS.

fescobar commented 1 year ago

Sorry, but we are not supporting that at the moment.