Umesh Padashetty created ATLAS-4171:
---------------------------------------
Summary: Authorisation : Bulk entity DELETE API doesn't delete
authorised entities
Key: ATLAS-4171
URL: https://issues.apache.org/jira/browse/ATLAS-4171
Project: Atlas
Issue Type: Bug
Components: atlas-core
Reporter: Umesh Padashetty
Similar to [CDPD-13466|https://jira.cloudera.com/browse/CDPD-13466], Bulk
entity DELETE API doesn't delete authorised entities when the list of
authorised and unauthorised entities list is passed.
Curl:
{code:java}
curl --location --request DELETE
'https://host:port/api/atlas/v2/entity/bulk?guid=84632cfc-54a4-4695-873e-45de31ae0612&guid=ad0f349c-1fe6-46f0-be6d-98ca2e754e1c&skipFailedEntities=True'
\--header 'Authorization: Basic aHJ0XzE2OlBhc3N3b3JkQDEyMw==' \--header
'Cookie: ATLASSESSIONID=node017mq7noo0meqnce52l5e8pvz1206.node0' {code}
We need to implement one of the flag ignoreUnauthorisedGuids,
isSkipFailedEntities, skipFailedEntities similar to Bulk create/update entity
POST API
--
This message was sent by Atlassian Jira
(v8.3.4#803005)