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)