fmorg-git opened a new pull request, #1053: URL: https://github.com/apache/ranger/pull/1053
## What changes were proposed in this pull request? A couple PR review comments came in after the PR associated with [RANGER-5628](https://issues.apache.org/jira/browse/RANGER-5628) was already merged. Essentially, if a Policy Condition has an `"action-matches"` condition, but the request does not supply an `s3Action` in the `RequestContext`, the request must be denied, and this is not being done currently. This ticket will address this issue. Furthermore, a second comment related to unnecessary object allocation and this ticket also addresses that one. Finally, separately, it was identified that a non-empty list of actions, if they are all just whitespace, needs to be treated as if there were no action restrictions. This ticket addresses that as well. ## How was this patch tested? unit tests and end-to-end smoke tests locally with Ozone and Ranger -- 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]
