[
https://issues.apache.org/jira/browse/SENTRY-226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
kalyan kumar kalvagadda updated SENTRY-226:
-------------------------------------------
Fix Version/s: (was: 2.0.0)
2.1.0
Moving all unresolved jiras with fix version 2.0.0 to 2.1.0. Please change the
fix version if you intend to make it into 2.0.0 release.
> Allow adding role:groups/ role:privileges mapping in one RPC
> ------------------------------------------------------------
>
> Key: SENTRY-226
> URL: https://issues.apache.org/jira/browse/SENTRY-226
> Project: Sentry
> Issue Type: Improvement
> Affects Versions: 1.4.0
> Reporter: Sravya Tirukkovalur
> Fix For: 2.1.0
>
>
> For role:groups:
> Currently although we support this at RPC level:
> alter_sentry_role_add_groups(requestorUserName,requestorGroupNames,
> roleName,groups)
> We do not support this at the SentryServiceClient level:
> public void grantRoleToGroup(String requestorUserName, Set<String>
> requestorUserGroupName,
> String groupName, String roleName)
> For role:privileges:
> Currently we do not support this at the RPC level:
> struct TAlterSentryRoleGrantPrivilegeRequest {
> 1: required i32 protocol_version = sentry_common_service.TSENTRY_SERVICE_V1,
> 2: required string requestorUserName, # user on whose behalf the request is
> issued
> 3: required set<string> requestorGroupNames # groups the requesting user
> belongs to
> 4: required string roleName,
> 5: required TSentryPrivilege privilege
> }
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)