Arun Suresh created SENTRY-209:
----------------------------------
Summary: Empty list returned when calling listPrivilegesByRoleName
Key: SENTRY-209
URL: https://issues.apache.org/jira/browse/SENTRY-209
Project: Sentry
Issue Type: Bug
Reporter: Arun Suresh
I tested this on a Mysql backend store.. I assume it would be the case for
Postgres and Oracle too.. if the initSchema is called (and Datanucleus auto
create is false)
Steps to recreate (Using the thrift RPC client):
1) Create role :
sentryClient.createRole(granter, granterGroups, adminRole);
2) Grant table privilege for role (I grant ALL on 100 tables) :
sentryClient.grantTablePrivilege(granter, granterGroups, adminRole, server, db,
"ALL");
3) List all privileges for role :
Set<TSentryPrivilege> listPrivilegesByRoleName =
sentryClient.listPrivilegesByRoleName(granter, granterGroups, adminRole);
This returns an empty Set.
--
This message was sent by Atlassian JIRA
(v6.2#6252)