Repository: atlas
Updated Branches:
  refs/heads/master 68b47923e -> 7bf4bf490


ATLAS-2809 : - Fix typo's in relationship permission in 
atlas-simple-authz-policy.json


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/7bf4bf49
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/7bf4bf49
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/7bf4bf49

Branch: refs/heads/master
Commit: 7bf4bf4902b72b42ed4ee22da43890e7cee2a85a
Parents: 68b4792
Author: nixonrodrigues <ni...@apache.org>
Authored: Wed Aug 8 17:21:36 2018 +0530
Committer: nixonrodrigues <ni...@apache.org>
Committed: Wed Aug 8 19:15:57 2018 +0530

----------------------------------------------------------------------
 distro/src/conf/atlas-simple-authz-policy.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/7bf4bf49/distro/src/conf/atlas-simple-authz-policy.json
----------------------------------------------------------------------
diff --git a/distro/src/conf/atlas-simple-authz-policy.json 
b/distro/src/conf/atlas-simple-authz-policy.json
index 5ca7084..9c81fa1 100644
--- a/distro/src/conf/atlas-simple-authz-policy.json
+++ b/distro/src/conf/atlas-simple-authz-policy.json
@@ -25,12 +25,12 @@
         {
           "privileges":     [ ".*" ],
           "relationshipTypes": [ ".*" ],
-          "endOneEntityType":      [ ".*" ],
-          "endOneEntityId":      [ ".*" ],
-          "endOneEntityClassification":      [ ".*" ],
-          "endTwoEntityType":      [ ".*" ],
-          "endTwoEntityId":      [ ".*" ],
-          "endTwoEntityClassification":      [ ".*" ]
+          "end1EntityType":           [ ".*" ],
+          "end1EntityId":             [ ".*" ],
+          "end1EntityClassification": [ ".*" ],
+          "end2EntityType":           [ ".*" ],
+          "end2EntityId":             [ ".*" ],
+          "end2EntityClassification": [ ".*" ]
         }
       ]
     },

Reply via email to