Hongjiang Zhang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16956
Change subject: KUDU-3230: Fix the issue of hardcode sasl_proto_name ...................................................................... KUDU-3230: Fix the issue of hardcode sasl_proto_name 'kudu' is used as sasl service name which is also used as kerberos principal name when Kerberos is enabled, as a result, users can only use 'kudu' than other principals. It is not flexible. It is better allow to use customized sasl_proto_name by specifying other arguments for kudu-master and kudu-tserver. Change-Id: Ia1c8f9d9f772d000d9a588e4e9d6028711a62915 --- M src/kudu/integration-tests/security-itest.cc M src/kudu/rpc/messenger.cc 2 files changed, 18 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/56/16956/1 -- To view, visit http://gerrit.cloudera.org:8080/16956 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ia1c8f9d9f772d000d9a588e4e9d6028711a62915 Gerrit-Change-Number: 16956 Gerrit-PatchSet: 1 Gerrit-Owner: Hongjiang Zhang <[email protected]>
