You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Sravya Tirukkovalur (JIRA)" <ji...@apache.org> on 2014/08/01 00:39:40 UTC

[jira] [Created] (SENTRY-379) Db entities are not captured when firing failurehook for SentryAccessDeniedException

Sravya Tirukkovalur created SENTRY-379:
------------------------------------------

             Summary: Db entities are not captured when firing failurehook for SentryAccessDeniedException
                 Key: SENTRY-379
                 URL: https://issues.apache.org/jira/browse/SENTRY-379
             Project: Sentry
          Issue Type: Bug
    Affects Versions: 1.4.0
            Reporter: Sravya Tirukkovalur
            Priority: Minor
             Fix For: 1.5.0


{noformat}
 SentryOnFailureHookContext hookContext = new SentryOnFailureHookContextImpl(
            queryPlan.getQueryString(), new HashSet<ReadEntity>(),
            new HashSet<WriteEntity>(), stmtOperation,
            null, null, null, null, subject.getName(), ipAddress,
            new AuthorizationException(e), conf);
{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)