Ayush Saxena
|
1d0c9ab433
|
Revert "HADOOP-18207. Introduce hadoop-logging module (#5503)"
This reverts commit 03a499821c .
|
2023-06-05 09:34:40 +05:30 |
|
Viraj Jasani
|
03a499821c
|
HADOOP-18207. Introduce hadoop-logging module (#5503)
Reviewed-by: Duo Zhang <zhangduo@apache.org>
|
2023-06-02 18:07:34 -07:00 |
|
slfan1989
|
7bfff63774
|
HADOOP-18289. Remove WhiteBox in hadoop-kms module. (#4433)
Co-authored-by: slfan1989 <louj1988@@>
|
2022-06-17 09:13:16 +08:00 |
|
Ahmed Hussein
|
cb2b7970ee
|
HADOOP-17123. remove guava Preconditions from Hadoop-common-project modules (#3543)
|
2021-10-14 19:04:00 +09:00 |
|
Viraj Jasani
|
618c9218ee
|
HADOOP-17788. Replace IOUtils#closeQuietly usages by Hadoop's own utility (#3171)
Reviewed-by: Steve Loughran <stevel@apache.org>
Reviewed-by: Akira Ajisaka <aajisaka@apache.org>
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2021-07-08 16:03:40 +09:00 |
|
Akira Ajisaka
|
2bd810a507
|
HADOOP-17608. Fix TestKMS failure (#2880)
Reviewed-by: Masatake Iwasaki <iwasakims@apache.org>
|
2021-04-12 12:53:58 +09:00 |
|
Akira Ajisaka
|
a94a23ab9e
|
Revert "HADOOP-17608. Fix NPE in TestKMS (#2828)"
This reverts commit d69088a097 .
|
2021-04-01 04:24:26 +09:00 |
|
Akira Ajisaka
|
d69088a097
|
HADOOP-17608. Fix NPE in TestKMS (#2828)
|
2021-03-31 09:57:31 -07:00 |
|
Ahmed Hussein
|
8c234fc0d4
|
HADOOP-17389. KMS should log full UGI principal. (#2476)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
Reviewed-by: Jim Brennan <jbrennan@apache.org>
|
2020-12-04 09:33:30 +09:00 |
|
Ayush Saxena
|
1e3a6efcef
|
HADOOP-17288. Use shaded guava from thirdparty. (#2342). Contributed by Ayush Saxena.
|
2020-10-17 12:01:18 +05:30 |
|
Ayush Saxena
|
6bcb24d269
|
HADOOP-17100. Replace Guava Supplier with Java8+ Supplier in Hadoop. Contributed by Ahmed Hussein.
|
2020-07-18 14:33:43 +05:30 |
|
Masatake Iwasaki
|
ac40daece1
|
HADOOP-16972. Ignore AuthenticationFilterInitializer for KMSWebServer. (#1961)
|
2020-04-18 06:38:25 +09:00 |
|
Wei-Chiu Chuang
|
9664b9c7a6
|
HADOOP-15686. Supress bogus AbstractWadlGeneratorGrammarGenerator in KMS stderr. Contributed by Wei-Chiu Chuang.
Reviewed-by: Xiaoyu Yao <xyao@apache.org>
|
2019-11-20 13:07:43 -08:00 |
|
Zsombor Gegesy
|
b0131bc265
|
HADOOP-15014. Addendum: KMS should log the IP address of the clients. Contributed by Zsombor Gegesy.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2019-08-07 20:57:42 -07:00 |
|
George Huang
|
9daf43c6fa
|
HADOOP-16129. Misc. bug fixes for KMS Benchmark. Contributed by George Huang.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2019-02-22 17:52:09 -08:00 |
|
George Huang
|
0525d85d57
|
HADOOP-15967. KMS Benchmark Tool. Contributed by George Huang.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2019-02-19 15:24:30 -08:00 |
|
Eric Yang
|
0dd35e218f
|
HADOOP-15922. Fixed DelegationTokenAuthenticator URL decoding for doAs user.
Contributed by He Xiaoqiao
|
2019-01-22 18:59:36 -05:00 |
|
Eric Yang
|
38ea3814bd
|
HADOOP-15922. Revert patch 004.
|
2018-11-30 12:49:46 -05:00 |
|
Eric Yang
|
a9d96948ed
|
HADOOP-15922. Fixed doAsUser decoding for DelegationTokenAuthenticationFilter.
Contributed by He Xiaoqiao
|
2018-11-26 13:49:19 -05:00 |
|
Wei-Chiu Chuang
|
cd2158456d
|
HADOOP-15418. Hadoop KMSAuthenticationFilter needs to use getPropsByPrefix instead of iterator to avoid ConcurrentModificationException. Contributed by lqjack and Suma Shivaprasad
|
2018-10-18 17:28:28 -07:00 |
|
Xiao Chen
|
5ec86b445c
|
HADOOP-14445. Use DelegationTokenIssuer to create KMS delegation tokens that can authenticate to all KMS instances.
Contributed by Daryn Sharp, Xiao Chen, Rushabh S Shah.
|
2018-10-12 09:35:52 -07:00 |
|
Xiao Chen
|
895845e9b0
|
HADOOP-15581. Set default jetty log level to INFO in KMS. Contributed by Kitti Nanasi.
|
2018-07-09 12:06:50 -07:00 |
|
Xiao Chen
|
a3a1552c33
|
Revert "HADOOP-14445. Delegation tokens are not shared between KMS instances. Contributed by Xiao Chen and Rushabh S Shah."
This reverts commit 583fa6ed48 .
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/kms/KMSTokenRenewer.java
hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/TestKMS.java
|
2018-05-07 13:32:27 -07:00 |
|
Ewan Higgs
|
84ecfe3ceb
|
HADOOP-14188. Remove the usage of org.mockito.internal.util.reflection.Whitebox
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-04-27 19:21:37 +09:00 |
|
Xiao Chen
|
583fa6ed48
|
HADOOP-14445. Delegation tokens are not shared between KMS instances. Contributed by Xiao Chen and Rushabh S Shah.
|
2018-04-10 15:38:25 -07:00 |
|
Xiao Chen
|
c22d62b338
|
HADOOP-15313. TestKMS should close providers.
|
2018-03-26 15:59:32 -07:00 |
|
Xiao Chen
|
a906a22645
|
HADOOP-15280. TestKMS.testWebHDFSProxyUserKerb and TestKMS.testWebHDFSProxyUserSimple fail in trunk. Contributed by Bharat Viswanadham.
|
2018-03-08 10:17:02 -08:00 |
|
Ajay Kumar
|
3dc30bc24e
|
HADOOP-15286. Remove unused imports from TestKMSWithZK.java
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-03-04 07:12:52 -08:00 |
|
Jason Lowe
|
f8af0e2feb
|
HADOOP-15085. Output streams closed with IOUtils suppressing write errors. Contributed by Jim Brennan
|
2017-12-14 10:18:08 -06:00 |
|
Wei-Chiu Chuang
|
97c70c7ac6
|
HADOOP-14880. [KMS] Document&test missing KMS client side configs. Contributed by Gabor Bota.
|
2017-10-19 06:02:13 -07:00 |
|
Xiao Chen
|
86ee0c5e4e
|
HADOOP-14944. Add JvmMetrics to KMS.
|
2017-10-17 19:06:45 -07:00 |
|
Xiao Chen
|
b7ff624c76
|
HADOOP-14949. TestKMS#testACLs fails intermittently.
|
2017-10-16 14:19:31 -07:00 |
|
Akira Ajisaka
|
c9b525bd94
|
YARN-6943. Update Yarn to YARN in documentation. Contributed by Chetna Chaudhari.
|
2017-10-04 07:01:54 +09:00 |
|
Xiao Chen
|
4ec5acc704
|
HADOOP-14705. Add batched interface reencryptEncryptedKeys to KMS.
|
2017-08-22 07:47:39 -07:00 |
|
John Zhuge
|
946dd25675
|
HADOOP-14608. KMS JMX servlet path not backwards compatible. Contributed by John Zhuge.
|
2017-07-05 11:16:56 -07:00 |
|
Xiao Chen
|
15964ef147
|
HADOOP-14515. Specifically configure zookeeper-related log levels in KMS log4j.
|
2017-06-19 23:12:02 -07:00 |
|
Xiao Chen
|
2007e0cf2a
|
HDFS-11210. Enhance key rolling to guarantee new KeyVersion is returned from generateEncryptedKeys after a key is rolled.
|
2017-02-07 20:36:11 -08:00 |
|
Xiao Chen
|
ebd40056a0
|
HADOOP-13992. KMS should load SSL configuration the same way as SSLFactory. Contributed by John Zhuge.
|
2017-01-27 10:49:26 -08:00 |
|
Xiaoyu Yao
|
2034315763
|
HADOOP-14029. Fix KMSClientProvider for non-secure proxyuser use case. Contributed by Xiaoyu Yao.
|
2017-01-26 20:34:32 -08:00 |
|
Xiao Chen
|
5d182949ba
|
HADOOP-13597. Switch KMS from Tomcat to Jetty. Contributed by John Zhuge.
|
2017-01-05 17:21:57 -08:00 |
|
Xiao Chen
|
79d90b810c
|
HADOOP-13827. Add reencryptEncryptedKey interface to KMS.
|
2016-12-06 12:04:04 -08:00 |
|
Robert Kanter
|
47ca9e26fb
|
HADOOP-13838. KMSTokenRenewer should close providers (xiaochen via rkanter)
|
2016-11-28 18:08:09 -08:00 |
|
Xiao Chen
|
61c0bedf77
|
HADOOP-13815. TestKMS#testDelegationTokensOpsSimple and TestKMS#testDelegationTokensOpsKerberized Fails in Trunk.
|
2016-11-15 16:26:27 -08:00 |
|
Xiao Chen
|
7154a20bcb
|
HADOOP-12453. Support decoding KMS Delegation Token with its own Identifier. Contributed by Xiaoyu Yao.
|
2016-11-03 13:09:03 -07:00 |
|
Robert Kanter
|
5877f20f9c
|
HADOOP-10075. Update jetty dependency to version 9 (rkanter)
|
2016-10-27 16:09:00 -07:00 |
|
Xiaoyu Yao
|
d0a347984d
|
HADOOP-13749. KMSClientProvider combined with KeyProviderCache can result in wrong UGI being used. Contributed by Xiaoyu Yao.
|
2016-10-23 10:58:36 -07:00 |
|
Xiao Chen
|
fa397e74fe
|
HADOOP-13638. KMS should set UGI's Configuration object properly. Contributed by Wei-Chiu Chuang.
|
2016-09-26 13:00:57 -07:00 |
|
Xiao Chen
|
3476156807
|
HADOOP-13396. Allow pluggable audit loggers in KMS. Contributed by Xiao Chen
|
2016-08-24 10:14:46 -07:00 |
|
Wei-Chiu Chuang
|
03a9343d57
|
HADOOP-12765. HttpServer2 should switch to using the non-blocking SslSelectChannelConnector to prevent performance degradation when handling SSL connections. Contributed by Min Shen.
|
2016-08-19 09:22:49 -07:00 |
|
Xiao Chen
|
9daa9979a1
|
HADOOP-13437. KMS should reload whitelist and default key ACLs when hot-reloading. Contributed by Xiao Chen.
|
2016-08-15 18:14:45 -07:00 |
|