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

Signed-off-by: nixonrodrigues <nixon@apache.org>
This commit is contained in:
Mandar Ambawane 2020-03-12 15:06:33 +05:30 committed by nixonrodrigues
parent 1ccb7c715c
commit 14b57dbdff
2 changed files with 4 additions and 4 deletions

View File

@ -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": [

View File

@ -20,7 +20,7 @@
"entityIds": [ ".*" ],
"classifications": [ ".*" ],
"labels" : [ ".*" ],
"namespaces" : [ ".*" ],
"businessMetadata" : [ ".*" ],
"attributes" :[ ".*" ]
}
],