Is there a way to allow non-admin users access http://localhost:4502/.cqactions.html?
Hi,
Is there a way to allow non-admin users access and send requests to http://localhost:4502/.cqactions.html?
In particular, I want a non-admin user to be allowed use .cqactions to assign permissions for a given path to a given user:
{'authorizableId': 'username', 'changelog': 'path:/,read:true,modify:false,create:false,delete:false,acl_read:false,acl_edit:false,replicate:false'}
Thanks in advance.