Nixon Rodrigues created ATLAS-2809:
--------------------------------------
Summary: Updates to SimpleAuthorizer for Relationship endpoints
Key: ATLAS-2809
URL: https://issues.apache.org/jira/browse/ATLAS-2809
Project: Atlas
Issue Type: Bug
Affects Versions: 1.0.0
Reporter: Nixon Rodrigues
Assignee: Nixon Rodrigues
Fix For: 1.1.0
Following permission needs to be updated in atlas-simple-authz.json
{noformat}
"relationshipPermissions": [
{
"privileges": [ ".*" ],
"relationshipTypes": [ ".*" ],
"endOneEntityType": [ ".*" ],
"endOneEntityId": [ ".*" ],
"endOneEntityClassification": [ ".*" ],
"endTwoEntityType": [ ".*" ],
"endTwoEntityId": [ ".*" ],
"endTwoEntityClassification": [ ".*" ]
}
]
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)