Using Ranger with Ozone

You can use Apache Ranger to secure access to your Ozone data. For Ozone to work with Ranger, you must enable support for ACLs and set the ACL authorizer class inside Ozone to be Ranger authorizer.

You must add the following properties to ozone-site.xml for Ozone to work with Ranger:
  • ozone.acl.enabled: Set the value of this property to true.
  • ozone.acl.authorizer.class: Set the value of this property to org.apache.ranger.authorization.ozone.authorizer.RangerOzoneAuthorizer.