When attempting to refresh a cache
an error message may appear in the cs_server.log if the resource owner is "nobody/composite" user.
=======================================
Caused by: com.compositesw.common.api.ApiException: User "nobody/composite" has insufficient privileges to update "/shared", on line 1, column 52. User has no privileges for that resource. [repository-1900341]
=======================================
Note: The nobody user is a special user who cannot be assigned rights or made a member of groups. As this user doesn't have any rights and is also not considered as a part of admin we would need to change the resource owner to "composite/admin" in order to create a proper cache system. This user usually gets created when the user is deleted or there is no specific user existing that was present earlier which marks them as unassigned.