Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Mar 12, 2024
Merged

Conversation

maany
Copy link
Member

@maany maany commented Mar 12, 2024

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.

@maany maany added the bug Something isn't working label Mar 12, 2024
@maany maany self-assigned this Mar 12, 2024
@maany maany merged commit 9986b17 into rucio:master Mar 12, 2024
@maany maany deleted the rucio-ui branch March 12, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants