-
Notifications
You must be signed in to change notification settings - Fork 33
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
CLI should support proxy settings #296
Comments
This issue has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/omero-py-and-proxy-settings/55456/2 |
I assumed that |
Does that mean, something like this (setting a wrong proxy) shouldn't work:
It does work, so the proxy setting is not taken into account, right? |
Right. https://github.com/ome/omero-blitz/blob/master/src/main/java/omero/client.java#L361 or so would need to be updated to either place all the System properties inside the Ice properties or perhaps rather just the ones matching |
Is it somehow possible to build omero-py with a custom omero-blitz, in order to test changes in omero-blitz? The setup.py seems to download omero-blitz from artifacts.openmicroscopy.org. |
Definitely. That's what merge-ci does:
|
See Omero-py and proxy settings.
The CLI would just have to pass ICE variables through to the Blitzgateway. Something similar was done for Insight: ome/omero-insight#197 .
The text was updated successfully, but these errors were encountered: