rucio / containers

Containers for Rucio
Apache License 2.0
8 stars 54 forks source link

rucio-ui: use http is ssl is disabled. #295

Closed maany closed 3 months ago

maany commented 3 months ago

The error was spotted when I tried to install the rucio-ui helm charts with .Values.service.useSSL = False. The container failed to start as it was string to configure the SSL module.

This PR fixes the issue by only configuring the SSL module when the environment variable RUCIO_ENABLE_SSL has been explicitly set to true.