whbing commented on code in PR #4938: URL: https://github.com/apache/ozone/pull/4938#discussion_r1247514874
########## hadoop-hdds/docs/content/security/SecurityAcls.md: ########## @@ -78,16 +78,86 @@ allows the user to overwrite an existing ozone key. 6. **Read_ACL** – Allows a user to read the ACL on a specific object. 7. **Write_ACL** – Allows a user to write the ACL on a specific object. -<h3>Ozone Native ACL APIs</h3> +There are 2 types of ACLs based on their scope - **Access** and **Default**.<br> +Access ACLs are limited only to the specific object and not inherited. They control the access to the object itself. +Only Default ACLs support inheritance. This inheritance is limited to only one level. For example, +Any bucket created under a volume which has a Default ACL inherits that Default ACL as an Access ACLs. Review Comment: @Tejaskriya @ChenSammi sorry, I forgot to submit review msg last time. Updated now. -- 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]
