masstter opened a new pull request #1729: URL: https://github.com/apache/ozone/pull/1729
Prefix resource type access check not effect after set key prefix ACLs ## What changes were proposed in this pull request? user/groups has access permission if key or prefix matched either ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-4618 ## How was this patch tested? envs: Spring Boot: 2.2.6.RELEASE Apache Ozone: 1.1.0-SNAPSHOT(master) Apache HDFS: 2.7.2 cases: 1. set PREFIX resource type ACLs for "dir" key with native java api, clear KEY resource type ACLs, checked PREFIX permission -- passed 2. set KEY resource type ACLs for "dir" key with native java api, clear PREFIX resource type ACLs, checked KEY permission -- passed ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
