Umesh Padashetty created ATLAS-4172:
---------------------------------------
Summary: Authorisation : Bulk create/update entity POST API
doesn't create/update authorised entities
Key: ATLAS-4172
URL: https://issues.apache.org/jira/browse/ATLAS-4172
Project: Atlas
Issue Type: Bug
Components: atlas-core
Reporter: Umesh Padashetty
API : /api/atlas/v2/entity/bulk
Body :
{code:java}
{ "entities":[ {"authorised_1"}, {"unauthorised_1"}, {"authorised_2"} ] } {code}
Consider a user posts the body which contains
entity1 of type1 he is authorised ,
entity2 of type2 he is not authorised ,
entity3 of type3 he is authorised
The request returns 403 since of the entities is unauthorized.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)