You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "René K (JIRA)" <ji...@apache.org> on 2015/02/06 08:55:34 UTC

[jira] [Created] (USERGRID-380) Cannot delete data with a non admin role

René K created USERGRID-380:
-------------------------------

             Summary: Cannot delete data with a non admin role
                 Key: USERGRID-380
                 URL: https://issues.apache.org/jira/browse/USERGRID-380
             Project: Usergrid
          Issue Type: Bug
    Affects Versions: 2.0
            Reporter: René K
            Priority: Critical


I have a collection which contains data which cannot been deleted from a regular user.

I setup this set of permissions:
get,put,post,delete:/users/${user}/*
delete:/users/${user}/entered/day/**

Insert:
POST /org/app/users/foobar/entered/day {"value":42}

Delete:
DELETE /org/app/users/foobar/entered/day/<<uuid>>

I can only post/put/get data which belong to the current user, but I cannot delete the data at all, with the admin role this works fine. I think that is a bug. Please check that.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)