priyeshkaratha opened a new pull request, #8251: URL: https://github.com/apache/ozone/pull/8251
## What changes were proposed in this pull request? Currently, SCMClientProtocolServer exhibits different behaviors across various operations. In this PR, I have addressed two key issues: 1. **Auditing Enhancements**: Added auditing for operations where it was previously missing. 2. **Admin Access Checks**: Identified and fixed cases where admin access checks were not properly handled due to missing try-catch blocks, which also led to auditing being skipped. These have now been correctly implemented to ensure consistent auditing and access control. ## What is the link to the Apache JIRA [HDDS-12704](https://issues.apache.org/jira/browse/HDDS-12704) ## How was this patch tested? There are no functional changes introduced in this PR. I have verified that all existing integration and other test cases pass successfully through [CI actions](https://github.com/priyeshkaratha/ozone/actions/runs/14350106116). -- 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]
