This is an automated email from the ASF dual-hosted git repository.
prasanthj pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.
from 56fc46b Merge pull request #648 from ashutosh-bapat/hive21783
add ab79fcb Revert "HIVE-21783: Accept Hive connections from the same
domain without authentication."
new b65a70a Merge pull request #675 from apache/revert-648-hive21783
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/hadoop/hive/conf/HiveConf.java | 8 -
.../java/org/apache/hive/minikdc/MiniHiveKdc.java | 23 +--
...estImproperTrustDomainAuthenticationBinary.java | 28 ---
.../TestImproperTrustDomainAuthenticationHttp.java | 28 ---
.../auth/TestTrustDomainAuthenticationBinary.java | 28 ---
.../auth/TestTrustDomainAuthenticationHttp.java | 28 ---
.../auth/TrustDomainAuthenticationTest.java | 192 ---------------------
.../apache/hive/service/auth/HiveAuthFactory.java | 5 -
.../apache/hive/service/auth/PlainSaslHelper.java | 54 ------
.../hive/service/cli/thrift/ThriftHttpServlet.java | 53 ++----
10 files changed, 25 insertions(+), 422 deletions(-)
delete mode 100644
itests/hive-unit/src/test/java/org/apache/hive/service/auth/TestImproperTrustDomainAuthenticationBinary.java
delete mode 100644
itests/hive-unit/src/test/java/org/apache/hive/service/auth/TestImproperTrustDomainAuthenticationHttp.java
delete mode 100644
itests/hive-unit/src/test/java/org/apache/hive/service/auth/TestTrustDomainAuthenticationBinary.java
delete mode 100644
itests/hive-unit/src/test/java/org/apache/hive/service/auth/TestTrustDomainAuthenticationHttp.java
delete mode 100644
itests/hive-unit/src/test/java/org/apache/hive/service/auth/TrustDomainAuthenticationTest.java