-
Notifications
You must be signed in to change notification settings - Fork 7
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
Question: should a rodsuser see the protected metadata atr(s) val(s)? #41
Comments
This is correct, and working as designed (I think). The metadata guard is guarding against manipulation/edits - not against visibility. We can implement that separately (instrumenting the query PEPs), but by default, all metadata in the system is visible, as the initial iRODS design and use cases were around being a finding aid. Happy to entertain counter-examples. Everyone's use cases and demands are unique. |
But normally I guess a rodsuser (contrary to rodsadmin) cannot see attached metadata on an object (data obj/col) where it doesnt have access, right?
At least it should see |
We noticed that the public group has read access on the zone collection. If you remove |
Once the read access of public group is removed, indeed the rodsuser cannot see anymore the metadata on the zone collection. rodsusers receive:
Do you remember any specific important reason to keep the |
It allows a user to be able to traverse down from the root ( |
I'm running iRODS 4.2.10 on CentOS 7.
The plugin is 4.2.10.1 Release
A rodsadmin specifies guarded metadata attributes and values:
A rodsuser can query all guarded metadata although it doesnt normally have right to make a catalog query for a collection that it has no access.
Strangely enough a rodsuser can also make db query for the zone collection:
Although it doesnt have access right on
/tempZone
:The text was updated successfully, but these errors were encountered: