Commit 7bf4bf49 by nixonrodrigues

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

parent 68b47923
...@@ -25,12 +25,12 @@ ...@@ -25,12 +25,12 @@
{ {
"privileges": [ ".*" ], "privileges": [ ".*" ],
"relationshipTypes": [ ".*" ], "relationshipTypes": [ ".*" ],
"endOneEntityType": [ ".*" ], "end1EntityType": [ ".*" ],
"endOneEntityId": [ ".*" ], "end1EntityId": [ ".*" ],
"endOneEntityClassification": [ ".*" ], "end1EntityClassification": [ ".*" ],
"endTwoEntityType": [ ".*" ], "end2EntityType": [ ".*" ],
"endTwoEntityId": [ ".*" ], "end2EntityId": [ ".*" ],
"endTwoEntityClassification": [ ".*" ] "end2EntityClassification": [ ".*" ]
} }
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment