Repository: atlas Updated Branches: refs/heads/master 89fc83576 -> d1b3f21c1
ATLAS-2788 : Add policy permissions for tagsync user. Signed-off-by: nixonrodrigues <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/d1b3f21c Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/d1b3f21c Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/d1b3f21c Branch: refs/heads/master Commit: d1b3f21c1c788c00edb75d7b092d08aeb936876c Parents: 89fc835 Author: Vishal Suvagia <[email protected]> Authored: Tue Jul 17 11:20:30 2018 +0530 Committer: nixonrodrigues <[email protected]> Committed: Mon Jul 23 18:39:36 2018 +0530 ---------------------------------------------------------------------- authorization/src/main/resources/atlas-simple-authz-policy.json | 3 ++- authorization/src/test/resources/atlas-simple-authz-policy.json | 3 ++- distro/src/conf/atlas-simple-authz-policy.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/d1b3f21c/authorization/src/main/resources/atlas-simple-authz-policy.json ---------------------------------------------------------------------- diff --git a/authorization/src/main/resources/atlas-simple-authz-policy.json b/authorization/src/main/resources/atlas-simple-authz-policy.json index 01104a8..457b8e8 100644 --- a/authorization/src/main/resources/atlas-simple-authz-policy.json +++ b/authorization/src/main/resources/atlas-simple-authz-policy.json @@ -49,7 +49,8 @@ }, "userRoles": { - "admin": [ "ROLE_ADMIN" ] + "admin": [ "ROLE_ADMIN" ], + "rangertagsync": [ "DATA_SCIENTIST" ] }, "groupRoles": { http://git-wip-us.apache.org/repos/asf/atlas/blob/d1b3f21c/authorization/src/test/resources/atlas-simple-authz-policy.json ---------------------------------------------------------------------- diff --git a/authorization/src/test/resources/atlas-simple-authz-policy.json b/authorization/src/test/resources/atlas-simple-authz-policy.json index 01104a8..457b8e8 100644 --- a/authorization/src/test/resources/atlas-simple-authz-policy.json +++ b/authorization/src/test/resources/atlas-simple-authz-policy.json @@ -49,7 +49,8 @@ }, "userRoles": { - "admin": [ "ROLE_ADMIN" ] + "admin": [ "ROLE_ADMIN" ], + "rangertagsync": [ "DATA_SCIENTIST" ] }, "groupRoles": { http://git-wip-us.apache.org/repos/asf/atlas/blob/d1b3f21c/distro/src/conf/atlas-simple-authz-policy.json ---------------------------------------------------------------------- diff --git a/distro/src/conf/atlas-simple-authz-policy.json b/distro/src/conf/atlas-simple-authz-policy.json index 01104a8..457b8e8 100644 --- a/distro/src/conf/atlas-simple-authz-policy.json +++ b/distro/src/conf/atlas-simple-authz-policy.json @@ -49,7 +49,8 @@ }, "userRoles": { - "admin": [ "ROLE_ADMIN" ] + "admin": [ "ROLE_ADMIN" ], + "rangertagsync": [ "DATA_SCIENTIST" ] }, "groupRoles": {
