[
https://issues.apache.org/jira/browse/SENTRY-2087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xinran Tinney updated SENTRY-2087:
----------------------------------
Description:
See an example in this line:
http://github.mtv.cloudera.com/CDH/sentry/blob/cdh5-1.5.1/sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/provider/db/service/thrift/SentryPolicyStoreProcessor.java#L203
{code:java}
public TCreateSentryRoleResponse create_sentry_role(
...
notificationHandlerInvoker.create_sentry_role(request, response);
...
{code}
was:
See an example in this line:
http://github.mtv.cloudera.com/CDH/sentry/blob/cdh5-1.5.1/sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/provider/db/service/thrift/SentryPolicyStoreProcessor.java#L203
public TCreateSentryRoleResponse create_sentry_role(
{code:java}
...
notificationHandlerInvoker.create_sentry_role(request, response);
...
{code}
> delete role from group not showing up in sentry audit log
> ---------------------------------------------------------
>
> Key: SENTRY-2087
> URL: https://issues.apache.org/jira/browse/SENTRY-2087
> Project: Sentry
> Issue Type: Bug
> Reporter: Xinran Tinney
> Assignee: Xinran Tinney
>
> See an example in this line:
> http://github.mtv.cloudera.com/CDH/sentry/blob/cdh5-1.5.1/sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/provider/db/service/thrift/SentryPolicyStoreProcessor.java#L203
> {code:java}
> public TCreateSentryRoleResponse create_sentry_role(
> ...
> notificationHandlerInvoker.create_sentry_role(request, response);
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)