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

TLS support required makes dockerized app difficult to deploy #447

Closed
dan-s-mueller opened this issue May 5, 2024 · 2 comments · Fixed by #448
Closed

TLS support required makes dockerized app difficult to deploy #447

dan-s-mueller opened this issue May 5, 2024 · 2 comments · Fixed by #448
Assignees
Labels
enhancement New feature or request

Comments

@dan-s-mueller
Copy link

Is your feature request related to a problem? Please describe.
I am trying to use spotlight within a dockerized application. When I use the viewer.show application with host=0.0.0.0, I am required to use a TLS certificate.

Describe the solution you'd like
Within the dockerized application, I would like the option to bypass this requirement in order to easily allow the spotlight viewer to open alongside another application I have on a different port within the container (e.g. a streamlit application).

Describe alternatives you've considered
Spotlight will work if you upload a certificate+key, but this requires including it in your docker container and makes publishing an application with this difficult because the key would have to be public.

Additional context
Functionality as of renumics-spotlight=1.6.6 supports this functionality.

@druzsan
Copy link
Collaborator

druzsan commented May 14, 2024

Hi @dan-s-mueller, we built in a flag for ignoring TLS certificate when starting Spotlight on non-localhost. Just use

spotlight --host 0.0.0.0 --no-ssl ...

@druzsan
Copy link
Collaborator

druzsan commented Jun 7, 2024

Hi @dan-s-mueller, the made changes are released in the Spotlight 1.6.9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants