xBis7 commented on PR #4116: URL: https://github.com/apache/ozone/pull/4116#issuecomment-1382245746
@neils-dev @kerneltime I updated the patch based on Neil's comments and the discussions on the latest community call. I removed the thread local variable in `OzoneManagerProtocolServerSideTranslatorPB` and after S3 authentication during processing a request, we get the S3 user and set it as the login user in `UserGroupInformation`. Then in `OzoneIdentityProvider` we get the user directly from the `UserGroupInformation` and not from the Schedulable object. -- 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]
