Access MONAI Label app in remote server with authentication through 3D Slicer #1692
-
Hey there! I am trying to access the MONAI Label app, which is running on a remote server (Jupyter environment in OpenShift), from 3D Slicer. To my understanding, adding the IP and port of the remote server should be enough to establish the connection, but my requests are redirected through a proxy and I have some enabled hosts locally, so I need to use the server URL directly (instead of IP). The issue is, to access the OpenShift server I need to authenticate with my user, I have tried to do so with the "https://user:password@domain" URL format, but it is not working. Is there any way I can connect to a remote server with authentication from 3DSlicer or MONAI's extension? Any help would be appreciated! Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
In the Slicer module, it would be easy to add a textbox where you could specify custom information that would be added to the request header. This extra header information, could include an access token. |
Beta Was this translation helpful? Give feedback.
I would expect that you need to make a few minor changes, so review and merge of a pull request should not take long. But you can modify the Python files on your computer and use the updated files right away - you don't need to wait for your pull request to be merged.