[ https://issues.apache.org/jira/browse/ATLAS-2809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nixon Rodrigues updated ATLAS-2809: ----------------------------------- Attachment: ATLAS-2809-2.patch > 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 > Priority: Major > Fix For: 1.1.0, 2.0.0 > > Attachments: ATLAS-2809-2.patch, ATLAS-2809.patch > > > 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)