[
https://issues.apache.org/jira/browse/ATLAS-2809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16573247#comment-16573247
]
ASF subversion and git services commented on ATLAS-2809:
--------------------------------------------------------
Commit 4ff2eb32abebd3b013b16b5d7d058a0e31bb2f4b in atlas's branch
refs/heads/branch-1.0 from nixonrodrigues
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=4ff2eb3 ]
ATLAS-2809 : - Fix typo's in relationship permission in
atlas-simple-authz-policy.json
> 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)