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

Include public user/pass in omero-client.json #246

Merged
merged 1 commit into from
Jun 29, 2020

Conversation

manics
Copy link
Contributor

@manics manics commented Jun 25, 2020

Closes #245

Deployed to test84

Testing

from idr import connection
conn = connection('test84.example.org', verbose=2)
for p in conn.listProjects():
    print(p.name)

@joshmoore
Copy link
Member

http://X/connection/omero-client.json looks good to me. (We might just need to be ready to scale up ;) )

@manics
Copy link
Contributor Author

manics commented Jun 25, 2020

I think we should slim down idr-py or extract the connection method if we want everyone to install it, at the moment it pulls in a lot of analysis/pydata/jupyter dependencies

@joshmoore
Copy link
Member

👍

@manics
Copy link
Contributor Author

manics commented Jun 25, 2020

Or move it upstream 😀
ome/design#106

@manics
Copy link
Contributor Author

manics commented Jun 29, 2020

Deployed to prod84

@manics manics merged commit d5991df into IDR:master Jun 29, 2020
@manics manics deleted the omero-client-user-pass branch June 29, 2020 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add public credentials to omero-client.json
2 participants