szetszwo opened a new pull request, #8840:
URL: https://github.com/apache/ozone/pull/8840

   ## What changes were proposed in this pull request?
   
   In the current code, OzoneAuthorizerFactory checks if (authorizer instanceof 
OzoneNativeAuthorizer) and then call configure(..), where OzoneNativeAuthorizer 
is an implementation.
   
   In this PR, we add a new OzoneManagerAuthorizer interface so other 
implementations can get the configure(..) call. It is useful for adding new 
implementations.
   
   ## What is the link to the Apache JIRA
   
   HDDS-13435
   
   ## How was this patch tested?
   
   By updating existing tests.


-- 
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]

Reply via email to