Istvan Toth created HBASE-29371: ----------------------------------- Summary: Automatically set up javax.security.auth.login.Configuration for ZK based on the UGI config Key: HBASE-29371 URL: https://issues.apache.org/jira/browse/HBASE-29371 Project: HBase Issue Type: Improvement Components: sasl, Zookeeper Reporter: Istvan Toth
Currently HBase has code to create and install a custom javax.security.auth.login.Configuration for the ZK connection, but this is only used on the server side. On the client side a jaas.conf file with an appropriate "default" app entry needs to be created and set on the jvm command line. This is very painful operation requirement. Ideally, HBase should have an option that installs an appropriate Configuration object, and configures ZK to use it without having to create and specify a security config file. -- This message was sent by Atlassian Jira (v8.20.10#820010)