bharatviswa504 opened a new pull request #2896: URL: https://github.com/apache/ozone/pull/2896
## What changes were proposed in this pull request? Cleanup OmService Injection. With the proposal of HDDS-5881, S3G is not using S3 Tokens for auth, it is using S3G Kerberos credential plus token information is now part of actual Proto OMRequest Object. After this change, we do not need service field which we inject for tokens. And also old code has issue, when one of the address is unresolved it fails injection. (Now anyway this code is not needed, we should be good) ## What is the link to the Apache JIRA [(Please create an issue in ASF JIRA before opening a pull request, and you need to set the title of the pull request which starts with the corresponding JIRA issue number. (e.g. HDDS-XXXX. Fix a typo in YYY.) Please replace this section with the link to the Apache JIRA)](https://issues.apache.org/jira/browse/HDDS-6066) ## How was this patch tested? Existing tests. This is mostly removal of not required code. -- 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]
