You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ni...@apache.org on 2020/03/13 09:12:32 UTC

[atlas] branch branch-2.0 updated: ATLAS-3645 Update default entity permission for business-metadata in atlas-simple-authz-policy.json

This is an automated email from the ASF dual-hosted git repository.

nixon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new b2a4d0a  ATLAS-3645 Update default entity permission for business-metadata in atlas-simple-authz-policy.json
b2a4d0a is described below

commit b2a4d0a79371056ba00f418fba390fd3a618f48c
Author: Mandar Ambawane <ma...@freestoneinfotech.com>
AuthorDate: Thu Mar 12 15:06:33 2020 +0530

    ATLAS-3645 Update default entity permission for business-metadata in atlas-simple-authz-policy.json
    
    Signed-off-by: nixonrodrigues <ni...@apache.org>
    (cherry picked from commit 14b57dbdff26005af674d331d86604c2999c32e5)
---
 authorization/src/main/resources/atlas-simple-authz-policy.json | 6 +++---
 distro/src/conf/atlas-simple-authz-policy.json                  | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/authorization/src/main/resources/atlas-simple-authz-policy.json b/authorization/src/main/resources/atlas-simple-authz-policy.json
index bd08a6f..6b20012 100644
--- a/authorization/src/main/resources/atlas-simple-authz-policy.json
+++ b/authorization/src/main/resources/atlas-simple-authz-policy.json
@@ -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": [
diff --git a/distro/src/conf/atlas-simple-authz-policy.json b/distro/src/conf/atlas-simple-authz-policy.json
index 6d72ab3..8a3ce60 100644
--- a/distro/src/conf/atlas-simple-authz-policy.json
+++ b/distro/src/conf/atlas-simple-authz-policy.json
@@ -20,7 +20,7 @@
           "entityIds":       [ ".*" ],
           "classifications": [ ".*" ],
           "labels" : [ ".*" ],
-          "namespaces" : [ ".*" ],
+          "businessMetadata" : [ ".*" ],
           "attributes" :[ ".*" ]
         }
       ],