[ 
https://issues.apache.org/jira/browse/SENTRY-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matyas Orhidi updated SENTRY-1442:
----------------------------------
    Description: 
In order to avoid defining default privileges for each users individually, the 
following expressions could be used instead:

GRANT ALL ON DATABASE ${user} TO ROLE selfservice_role;
GRANT ALL ON URI 'hdfs://nameservice1/user/${user}'


  was:
In order to avoid defining default privileges for each users individually, the 
following expressions could be used instead:

GRANT ALL ON DATABASE '${user}' TO ROLE selfservice_role;
GRANT ALL ON URI 'hdfs://nameservice1/user/${user}'



> Grant default privileges with ${user} template
> ----------------------------------------------
>
>                 Key: SENTRY-1442
>                 URL: https://issues.apache.org/jira/browse/SENTRY-1442
>             Project: Sentry
>          Issue Type: New Feature
>            Reporter: Matyas Orhidi
>
> In order to avoid defining default privileges for each users individually, 
> the following expressions could be used instead:
> GRANT ALL ON DATABASE ${user} TO ROLE selfservice_role;
> GRANT ALL ON URI 'hdfs://nameservice1/user/${user}'



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to