From 260c922caae1350945e95478be0fbc0dddd3da8a Mon Sep 17 00:00:00 2001 From: Xiaoyu Yao Date: Wed, 11 Sep 2019 11:54:38 -0700 Subject: [PATCH] HDDS-2096. Ozone ACL document missing AddAcl API. Contributed by Xiaoyu Yao. --- hadoop-hdds/docs/content/security/SecurityAcls.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hadoop-hdds/docs/content/security/SecurityAcls.md b/hadoop-hdds/docs/content/security/SecurityAcls.md index b010233254db55..4d0acd48e4b87e 100644 --- a/hadoop-hdds/docs/content/security/SecurityAcls.md +++ b/hadoop-hdds/docs/content/security/SecurityAcls.md @@ -78,5 +78,7 @@ supported are: of the ozone object and a list of ACLs. 2. **GetAcl** – This API will take the name and type of the ozone object and will return a list of ACLs. -3. **RemoveAcl** - This API will take the name, type of the +3. **AddAcl** - This API will take the name, type of the ozone object, the +ACL, and add it to existing ACL entries of the ozone object. +4. **RemoveAcl** - This API will take the name, type of the ozone object and the ACL that has to be removed.