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 @@
"entityIds": [ ".*" ],
"classifications": [ ".*" ],
"labels": [ ".*" ],
"namespaces": [ ".*" ]
"businessMetadata": [ ".*" ]
}
]
},
......@@ -53,12 +53,12 @@
"DATA_STEWARD": {
"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": [ ".*" ],
"entityIds": [ ".*" ],
"classifications": [ ".*" ],
"labels": [ ".*" ],
"namespaces": [ ".*" ]
"businessMetadata": [ ".*" ]
}
],
"relationshipPermissions": [
......
......@@ -20,7 +20,7 @@
"entityIds": [ ".*" ],
"classifications": [ ".*" ],
"labels" : [ ".*" ],
"namespaces" : [ ".*" ],
"businessMetadata" : [ ".*" ],
"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