Mateen Mansoori created RANGER-2516:
---------------------------------------
Summary: Update Ranger default policies to provide entity-read
access to public group
Key: RANGER-2516
URL: https://issues.apache.org/jira/browse/RANGER-2516
Project: Ranger
Issue Type: Bug
Components: Ranger
Affects Versions: master
Reporter: Mateen Mansoori
Assignee: Nikhil Purbhe
Fix For: 2.0.0
Update the default policy to allow *entity-read* access to public group
(similar to what is currently done for *rangertagsync* user).
Following policy needs to be created to allow saved search functionality in
atlas:
Policy Name: Allow users to manage favorite searches
Resources:
entity-type: [ __AtlasUserProfile, __AtlasUserSavedSearch ]
entity-classification: *
entity-id: [
{USER}, \{USER}
:* ]
allow: group=public; permissions=[entity-read, entity-create, entity-update,
entity-delete]
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)