Page 1 of 1

Roles in OMERO

PostPosted: Mon Jan 31, 2011 9:56 pm
by icaoberg
My user is part of system. As a member of system, shouldnt I have access to every project, dataset and image in omero? If I make a query, shouldnt I be able to get results on every project, dataset, or image? if not, how can i make this happen?

Ivan

Re: Roles in OMERO

PostPosted: Tue Feb 01, 2011 7:51 am
by jmoore
You may want to read "Permissions" from the documentation. Starting with 4.2, group based permissions are in effect meaning that you query across a single group at a time. There is a workaround by passing "{'omero.group':-1}" as the last argument to your OmeroPy method. For an example, see OmeroPy/test/integration/permissions.py

Cheers,
~Josh