Commit 14b57dbd by Mandar Ambawane Committed by nixonrodrigues

ATLAS-3645 Update default entity permission for business-metadata in atlas-simple-authz-policy.json

parent 1ccb7c71
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
"entityIds": [ ".*" ], "entityIds": [ ".*" ],
"classifications": [ ".*" ], "classifications": [ ".*" ],
"labels": [ ".*" ], "labels": [ ".*" ],
"namespaces": [ ".*" ] "businessMetadata": [ ".*" ]
} }
] ]
}, },
...@@ -53,12 +53,12 @@ ...@@ -53,12 +53,12 @@
"DATA_STEWARD": { "DATA_STEWARD": {
"entityPermissions": [ "entityPermissions": [
{ {
"privileges": [ "entity-read", "entity-create", "entity-update", "entity-read-classification", "entity-add-classification", "entity-update-classification", "entity-remove-classification", "entity-add-label", "entity-remove-label", "entity-update-namespace" ], "privileges": [ "entity-read", "entity-create", "entity-update", "entity-read-classification", "entity-add-classification", "entity-update-classification", "entity-remove-classification", "entity-add-label", "entity-remove-label", "entity-update-business-metadata" ],
"entityTypes": [ ".*" ], "entityTypes": [ ".*" ],
"entityIds": [ ".*" ], "entityIds": [ ".*" ],
"classifications": [ ".*" ], "classifications": [ ".*" ],
"labels": [ ".*" ], "labels": [ ".*" ],
"namespaces": [ ".*" ] "businessMetadata": [ ".*" ]
} }
], ],
"relationshipPermissions": [ "relationshipPermissions": [
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"entityIds": [ ".*" ], "entityIds": [ ".*" ],
"classifications": [ ".*" ], "classifications": [ ".*" ],
"labels" : [ ".*" ], "labels" : [ ".*" ],
"namespaces" : [ ".*" ], "businessMetadata" : [ ".*" ],
"attributes" :[ ".*" ] "attributes" :[ ".*" ]
} }
], ],
......
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