fmorg-git opened a new pull request, #11103: URL: https://github.com/apache/ozone/pull/11103
Please describe your PR in detail: * There are edge cases in the IAM session policy validation that need to be addressed, including but not limited to the following: 1) Duplicate fields in one statement, such as Effect, Action, or Resource must not be allowed 2) Incorrect shape/values must be disallowed. For example, null for Effect, [] for Statement, [] for Resource, duplicate s3:prefix, non-homogeneous array value of s3:prefix, etc. 3) Unsupported fields in a statement must be disallowed, such as NotAction. 4) Missing required fields in Statement, such as missing Action, or Resource, etc must be disallowed. This ticket tightens the validation. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-16274 ## How was this patch tested? unit 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]
