python-irodsclient icon indicating copy to clipboard operation
python-irodsclient copied to clipboard

For enumerating ACLs, PRC should follow ils's pattern and use of specific query

Open d-w-moore opened this issue 1 year ago • 0 comments

Seems the PRC should follow the same pattern as the filesystem library.

  • https://github.com/irods/irods/blob/e4b4e8a7266360bb38ee97d7f2eda69249567dff/lib/filesystem/src/filesystem.cpp#L125-L182

Notice the fetching of ACLs for a collection is handled via a specific query on L158 - ShowCollAcls.

I'm pretty sure the filesystem logic was derived partly from the implementation of ils.

Originally posted by @korydraughn in https://github.com/irods/python-irodsclient/issues/557#issuecomment-2121251181

d-w-moore avatar May 21 '24 13:05 d-w-moore