Repository: atlas Updated Branches: refs/heads/branch-1.0 28e5d5d9c -> c8dc83a59
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/c8dc83a5 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/c8dc83a5 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/c8dc83a5 Branch: refs/heads/branch-1.0 Commit: c8dc83a597c03b3c10f463724e49a045d437aeda Parents: 28e5d5d Author: Vishal Suvagia <[email protected]> Authored: Tue Jul 17 11:20:30 2018 +0530 Committer: nixonrodrigues <[email protected]> Committed: Mon Jul 23 18:41:34 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/c8dc83a5/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/c8dc83a5/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/c8dc83a5/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": {
