sohami commented on a change in pull request #1467: DRILL-5671: Set secure ACLs
(Access Control List) for Drill ZK nodes in a secure cluster
URL: https://github.com/apache/drill/pull/1467#discussion_r218510456
##########
File path: exec/java-exec/src/main/resources/drill-module.conf
##########
@@ -123,7 +123,9 @@ drill.exec: {
retry: {
count: 7200,
delay: 500
- }
+ },
+ apply_secure_acl: false,
+ acl_provider: "org.apache.drill.exec.coord.zk.ZKSecureACLProvider"
Review comment:
Shouldn't this be `ZKDefaultACLProvider` by default ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services