dombizita opened a new pull request, #9114: URL: https://github.com/apache/ozone/pull/9114
## What changes were proposed in this pull request? Previously the ReconAuthFilter explicitly used the Hadoop `AuthenticationFilter`, this way impersonation was not working. With the switch to use ProxyUserAuthenticationFilter this problem will be solved. `ProxyUserAuthenticationFilter` is extending `AuthenticationFilter` and in both the `init` and `doFilter` method it'll call the super; it'll only do changes if there is a `doAs` user in the request, else it'll behave like the `AuthenticationFilter`. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-13632 ## How was this patch tested? In a cluster with Knox enabled and the admin pages were properly loaded with the Knox proxy user (after granting access to them with the ozone admin config) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
