irods / python-irodsclient

A Python API for iRODS
Other
62 stars 72 forks source link

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

Open d-w-moore opened 1 month ago

d-w-moore commented 1 month ago

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

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