[
https://issues.apache.org/jira/browse/ATLAS-2809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16573248#comment-16573248
]
ASF subversion and git services commented on ATLAS-2809:
--------------------------------------------------------
Commit 7bf4bf4902b72b42ed4ee22da43890e7cee2a85a in atlas's branch
refs/heads/master from nixonrodrigues
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=7bf4bf4 ]
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)