moresandeep opened a new pull request #304: KNOX-2315 - Fix zookeeper Kerberos Auth URL: https://github.com/apache/knox/pull/304 ## What changes were proposed in this pull request? This PR fixes issues with Zookeeper Kerberos authentication. This PR contains following changes. 1. Fix issues in code that were causing bad configuration issues, such as typos and wrong variable names. 2. For Znodes created by Knox the permissions are more restricted and only knox users can read and write the data to Znodes owned by Knox. 3. Auth scheme for Kerberos authentication is now "sasl" 4. A configuration boolean parameter "backwardsCompatible" is introduced which falls back to old behavior (likely broken behavior) ## How was this patch tested? This patch was locally tested on a secure cluster with Kerberos authentication between Knox and Zookeeper.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
