fmorg-git opened a new pull request, #9658: URL: https://github.com/apache/ozone/pull/9658
Please describe your PR in detail: * Refactor constants and validation methods from endpoint and backend OzoneManager to a shared location to reduce code duplication. For example, validating roleArn, duration, etc. * Further, certain validations were using regular expressions which perform poorly, so use more manual approaches instead. * This PR depends on https://github.com/apache/ozone/pull/9654 ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-14472 ## How was this patch tested? unit tests and smoke 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]
