ATLAS-1002 Create default user rangertagsync in atlas file authentication for Ranger tag sync module (nixonrodrigues via shwethags)
Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/e13fa5ec Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/e13fa5ec Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/e13fa5ec Branch: refs/heads/master Commit: e13fa5ecd20dc877be6c6be2179f194255e69200 Parents: 072a73e Author: Shwetha GS <[email protected]> Authored: Tue Jul 12 11:18:37 2016 +0530 Committer: Shwetha GS <[email protected]> Committed: Tue Jul 12 11:18:37 2016 +0530 ---------------------------------------------------------------------- distro/src/conf/policy-store.txt | 1 + distro/src/conf/users-credentials.properties | 1 + release-log.txt | 1 + 3 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/e13fa5ec/distro/src/conf/policy-store.txt ---------------------------------------------------------------------- diff --git a/distro/src/conf/policy-store.txt b/distro/src/conf/policy-store.txt index e4e77fc..47583c1 100644 --- a/distro/src/conf/policy-store.txt +++ b/distro/src/conf/policy-store.txt @@ -6,3 +6,4 @@ adminPolicy;;admin:rwud;;ROLE_ADMIN:rwud;;type:*,entity:*,operation:*,taxonomy:* dataScientistPolicy;;;;DATA_SCIENTIST:r;;type:*,entity:*,taxonomy:*,term:* dataStewardPolicy;;;;DATA_STEWARD:rwu;;type:*,entity:*,taxonomy:*,term:* hadoopPolicy;;;;hadoop:rwud;;type:*,entity:*,operation:*,taxonomy:*,term:* +rangerTagSyncPolicy;;;;RANGER_TAG_SYNC:r;;type:*,entity:* http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/e13fa5ec/distro/src/conf/users-credentials.properties ---------------------------------------------------------------------- diff --git a/distro/src/conf/users-credentials.properties b/distro/src/conf/users-credentials.properties index 1758be2..3fc3bb1 100644 --- a/distro/src/conf/users-credentials.properties +++ b/distro/src/conf/users-credentials.properties @@ -1,2 +1,3 @@ #username=group::sha256-password admin=ADMIN::8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918 +rangertagsync=RANGER_TAG_SYNC::e3f67240f5117d1753c940dae9eea772d36ed5fe9bd9c94a300e40413f1afb9d http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/e13fa5ec/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 0b71159..4c58bdc 100644 --- a/release-log.txt +++ b/release-log.txt @@ -6,6 +6,7 @@ INCOMPATIBLE CHANGES: ALL CHANGES: +ATLAS-1002 Create default user rangertagsync in atlas file authentication for Ranger tag sync module (nixonrodrigues via shwethags) ATLAS-949 UI improvement for modal and tag styling in table (Kalyanikashikar via shwethags) ATLAS-936 Update atlas website for 0.7 release (shwethags) ATLAS-995 Atlas to setup ldap authentication type as either LDAP / AD or None (nixonrodrigues via shwethags)
