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

   ## What changes were proposed in this pull request?
   
   1. Fixed `UnsupportedOperationException` when initializing policy 
items/accesses in `RangerClientMultiTenantAccessController` by using explicit 
mutable `ArrayList` instances.
   2. Added idempotency to `createRole` and `createPolicy` operations 
(gracefully catches HTTP 400 duplicate errors and fetches the existing 
resource).
   3. Added tolerant deletion to `deleteRole` and `deletePolicy` operations 
(gracefully catches HTTP 404 missing errors).
   
   ## What is the link to the Apache JIRA issue?
   
   https://issues.apache.org/jira/browse/HDDS-15982
   
   ## How was this patch tested?
   
   Verified via code inspection and integration flow testing for multi-tenant 
Ranger client access management.


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