Repository: atlas
Updated Branches:
  refs/heads/branch-1.0 ddef7a30e -> 4ff2eb32a


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/4ff2eb32
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/4ff2eb32
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/4ff2eb32

Branch: refs/heads/branch-1.0
Commit: 4ff2eb32abebd3b013b16b5d7d058a0e31bb2f4b
Parents: ddef7a3
Author: nixonrodrigues <[email protected]>
Authored: Wed Aug 8 17:21:36 2018 +0530
Committer: nixonrodrigues <[email protected]>
Committed: Wed Aug 8 19:18:30 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/4ff2eb32/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