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:
parent
1ccb7c715c
commit
14b57dbdff
|
|
@ -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" :[ ".*" ]
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue