Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion hadoop-hdds/docs/content/security/SecurityAcls.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Add the following properties to the ozone-site.xml to enable native ACLs.
Property|Value
--------|------------------------------------------------------------
ozone.acl.enabled | true
ozone.acl.authorizer.class| org.apache.ranger.authorization.ozone.authorizer.OzoneNativeAuthorizer
ozone.acl.authorizer.class| org.apache.hadoop.ozone.security.acl.OzoneNativeAuthorizer

Ozone ACLs are a super set of Posix and S3 ACLs.

Expand Down
2 changes: 1 addition & 1 deletion hadoop-hdds/docs/content/security/SecurityAcls.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Ozone 既支持类似 Ranger 这样的 ACL 插件,也支持原生的 ACL。如
Property|Value
--------|------------------------------------------------------------
ozone.acl.enabled | true
ozone.acl.authorizer.class| org.apache.ranger.authorization.ozone.authorizer.OzoneNativeAuthorizer
ozone.acl.authorizer.class| org.apache.hadoop.ozone.security.acl.OzoneNativeAuthorizer

Ozone 的 ACL 是 Posix ACL 和 S3 ACL 的超集。

Expand Down