errose28 opened a new pull request, #3305: URL: https://github.com/apache/ozone/pull/3305
## What changes were proposed in this pull request? - Add implementation of `MultiTenantAccessController` using the [Ranger client](https://github.com/apache/ranger/tree/master/intg/src/main/java) instead of HTTP REST calls. - Remove the `MultiTenantAccessController` REST implementation for now. If the Ranger client turns out not to be ready yet we can finish the REST implementation and continue using it. - Add an `InMemoryMultiTenantAccessController` for testing that simulates Ranger by storing state in memory. - Add/modify operations in `MultiTenantAccessController` to support only our current needs from Ranger. ## What is the link to the Apache JIRA HDDS-5836 ## How was this patch tested? Leaving as a draft until all test items are completed: - [x] Test of interface and builders added using the in memory controller. - [ ] Running the tests in a live secure cluster using the Ranger client controller. -- 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]
