[
https://issues.apache.org/jira/browse/ATLAS-2809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16569310#comment-16569310
]
ASF subversion and git services commented on ATLAS-2809:
--------------------------------------------------------
Commit f2a0dc2c798ee8fb2cd22158b3da3eb9b3952332 in atlas's branch
refs/heads/branch-1.0 from nixonrodrigues
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=f2a0dc2 ]
ATLAS-2809: updated authorization model to authorize add/update/remove of
relationships
Signed-off-by: Madhan Neethiraj <[email protected]>
(cherry picked from commit da967ea8be923102c3485a4cbf55c958f57e23fd)
> 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
>
> Attachments: 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)