[
https://issues.apache.org/jira/browse/HIVE-22267?focusedWorklogId=323408&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-323408
]
ASF GitHub Bot logged work on HIVE-22267:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Oct/19 12:59
Start Date: 04/Oct/19 12:59
Worklog Time Spent: 10m
Work Description: ashutosh-bapat commented on pull request #793:
HIVE-22267 : Support password based authentication for HMS along-side kerberos
authentication.
URL: https://github.com/apache/hive/pull/793#discussion_r331487455
##########
File path:
itests/hive-unit-hadoop2/src/test/java/org/apache/hadoop/hive/metastore/security/TestHadoopAuthBridge23.java
##########
@@ -94,16 +94,15 @@ public Server() throws TTransportException {
super();
}
@Override
- public TTransportFactory createTransportFactory(Map<String, String>
saslProps)
- throws TTransportException {
+ public TSaslServerTransport.Factory
createSaslServerTransportFactory(Map<String, String> saslProps) {
TSaslServerTransport.Factory transFactory =
new TSaslServerTransport.Factory();
transFactory.addServerDefinition(AuthMethod.DIGEST.getMechanismName(),
null, SaslRpcServer.SASL_DEFAULT_REALM,
saslProps,
new SaslDigestCallbackHandler(secretManager));
- return new TUGIAssumingTransportFactory(transFactory, realUgi);
Review comment:
Earlier HiveMetaStore was using createTransportFactory to create a transport
factory. But now we are not using it. Instead, we are using
createSaslServerTransportFactory, which should not create a wrapped transport.
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 323408)
Time Spent: 2.5h (was: 2h 20m)
> Support password based authentication in HMS
> --------------------------------------------
>
> Key: HIVE-22267
> URL: https://issues.apache.org/jira/browse/HIVE-22267
> Project: Hive
> Issue Type: New Feature
> Reporter: Ashutosh Bapat
> Assignee: Ashutosh Bapat
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-22267.00.patch, HIVE-22267.01.patch,
> HIVE-22267.02.patch, HIVE-22267.03.patch, HIVE-22267.04.patch,
> HIVE-22267.05.patch, HIVE-22267.06.patch, HIVE-22267.07.patch,
> HIVE-22267.08.patch
>
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> Similar to HS2, support password based authentication in HMS.
> Right now we provide LDAP and CONFIG based options. The later allows to set
> user and password in config and is used only for testing.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)