You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (JIRA)" <ji...@apache.org> on 2018/08/04 22:37:00 UTC

[jira] [Resolved] (ATLAS-2809) Updates to SimpleAuthorizer for Relationship endpoints

     [ https://issues.apache.org/jira/browse/ATLAS-2809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Madhan Neethiraj resolved ATLAS-2809.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

> 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.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)