Jeffrey Smith has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23191
Change subject: KUDU-3676: Add support for Hadoop auth to local rule mapping ...................................................................... KUDU-3676: Add support for Hadoop auth to local rule mapping This adds support to Kudu for reading and parsing auth to local rules from core-site.xml. This fixes an issue when auth to local rules are defined in Hadoop's core-site.xml, but are not in krb5.conf. This is particularly an issue when using Ranger, which recieves the usernames based off of whatever mapping Kudu applies to a principal before sending it there. This makes Kudu integrate better with the Hadoop ecosystem by supporting the same rule mapping as most other components in the Hadoop ecosystem. Change-Id: I0e99639248fce01b9af0778074ecf6aa43660742 --- M src/kudu/security/CMakeLists.txt A src/kudu/security/hadoop.cc A src/kudu/security/hadoop.h A src/kudu/security/hadoop_tests.cc M src/kudu/security/init.cc 5 files changed, 2,065 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/91/23191/1 -- To view, visit http://gerrit.cloudera.org:8080/23191 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I0e99639248fce01b9af0778074ecf6aa43660742 Gerrit-Change-Number: 23191 Gerrit-PatchSet: 1 Gerrit-Owner: Jeffrey Smith <[email protected]>
