Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion hadoop-hdds/docs/content/security/SecurityAcls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whitespace:end of line

4. **RemoveAcl** - This API will take the name, type of the
ozone object and the ACL that has to be removed.