Goal
Create a python script, accessing via REST to provide equivalent output of
ls -led /fs/dir
Root users can create an access point on the namespace, and initially only the root user has privileges for that access point. The root user can create an access control list (ACL) to provide read privileges for additional users.
Have this working as a root user, but this does not fly as excessive permissions. So plan is
create a ro account
give permissions to ro account to access point to namespace
give permissions to ro account to read only permissions in namespace
Now trying to see if there is a cli equivalent of PUT requests in example provided, or a worked example to look at.