-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add non-expanded ACL reporting for collections
To date baton reported non-expanded ACLs for data objects only (expansion meaning an access control for a group reporting all group members in addition to the group itself). This was because baton avoided using specific queries in case the required query was not installed. This change achieves non-expanded ACLs for collections in the same way that the native "ils" icommand does; by using a specific query that is supplied with iRODS and therefore wil be present unless removed by an administrator. This change also adds a new JSON property "type" to each AC. This reports the user type that the AC represents e.g. rodsuser, rodsadmin, group.
- Loading branch information
Showing
3 changed files
with
43 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters