[
https://issues.apache.org/jira/browse/KNOX-2883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Magyar resolved KNOX-2883.
---------------------------------
Resolution: Fixed
> Missing attach logging context from HadoopAuthFilter
> ----------------------------------------------------
>
> Key: KNOX-2883
> URL: https://issues.apache.org/jira/browse/KNOX-2883
> Project: Apache Knox
> Issue Type: Task
> Reporter: Attila Magyar
> Assignee: Attila Magyar
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {code}
> AuditContext context = auditService.getContext();
> if (context != null) {
> context.setUsername( principal.getName() );
> {code}
> auditService.attachContext(context); is missing
--
This message was sent by Atlassian Jira
(v8.20.10#820010)