Wei-Chiu Chuang
|
286c94f13d
|
HDFS-15097. Purge log in KMS and HttpFS. Contributed by Doris Gu.
(cherry picked from commit 6b86a5110e )
(cherry picked from commit aa3c96474f )
|
2020-01-13 10:49:39 -08:00 |
Wei-Chiu Chuang
|
0807cb2485
|
HADOOP-15686. Supress bogus AbstractWadlGeneratorGrammarGenerator in KMS stderr. Contributed by Wei-Chiu Chuang.
Reviewed-by: Xiaoyu Yao <xyao@apache.org>
(cherry picked from commit 9664b9c7a6 )
(cherry picked from commit bd2f79cfd8 )
|
2019-11-20 13:08:52 -08:00 |
Wei-Chiu Chuang
|
57ed0ff225
|
HADOOP-15418. Hadoop KMSAuthenticationFilter needs to use getPropsByPrefix instead of iterator to avoid ConcurrentModificationException. Contributed by lqjack and Suma Shivaprasad
(cherry picked from commit cd2158456d )
(cherry picked from commit ab3fb28d47 )
|
2019-10-01 09:03:01 -07:00 |
Zsombor Gegesy
|
db5b8358ca
|
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>
(cherry picked from commit b0131bc265 )
|
2019-09-30 17:15:51 -07:00 |
Zsombor Gegesy
|
b59911d841
|
HADOOP-15014. KMS should log the IP address of the clients. Contributed by Zsombor Gegesy.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from commit 008766c119 )
|
2019-09-30 17:15:43 -07:00 |
Eric Yang
|
ba3f559724
|
HADOOP-15922. Fixed DelegationTokenAuthenticator URL decoding for doAs user.
Contributed by He Xiaoqiao
(cherry picked from commit 0dd35e218f )
|
2019-01-22 19:39:39 -05:00 |
Eric Yang
|
e534be892c
|
HADOOP-15922. Revert patch 004.
(cherry picked from commit 38ea3814bd )
|
2018-11-30 12:52:36 -05:00 |
Eric Yang
|
20a7f3b50d
|
HADOOP-15922. Fixed doAsUser decoding for DelegationTokenAuthenticationFilter.
Contributed by He Xiaoqiao
(cherry picked from commit a9d96948ed )
|
2018-11-26 13:53:16 -05:00 |
Xiao Chen
|
6a1ce74fb1
|
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.
(cherry picked from commit 5ec86b445c )
(cherry picked from commit e93e401f492c7fc112da3d0c63b3b186c1b196ec)
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/kms/KMSClientProvider.java
|
2018-10-12 12:08:26 -07:00 |
Todd Lipcon
|
89d4481020
|
HADOOP-15550. Avoid static initialization of ObjectMappers
(cherry picked from commit 7a3c6e9c3c )
|
2018-10-09 13:50:00 -05:00 |
Yiqun Lin
|
1a890b17b9
|
HADOOP-15817. Reuse Object Mapper in KMSJSONReader. Contributed by Jonathan Eagles.
(cherry picked from commit 81f635f47f )
|
2018-10-04 10:35:16 +08:00 |
Wei-Chiu Chuang
|
d1ea7df43d
|
HADOOP-15696. KMS performance regression due to too many open file descriptors after Jetty migration. Contributed by Wei-Chiu Chuang.
(cherry picked from commit e780556ae9 )
Conflicts:
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/http/TestHttpServer.java
|
2018-09-05 10:17:58 -07:00 |
Kitti Nanasi
|
12eb9cc3bb
|
HADOOP-15698. KMS log4j is not initialized properly at startup. Contributed by Kitti Nanasi.
(cherry picked from commit 781437c219 )
|
2018-08-29 22:09:05 -07:00 |
Xiao Chen
|
1d748f0261
|
HADOOP-15638. KMS Accept Queue Size default changed from 500 to 128 in Hadoop 3.x. Contributed by Wei-Chiu Chuang.
(cherry picked from commit b94c8874e2 )
|
2018-08-13 10:41:07 -07:00 |
Xiao Chen
|
752092a860
|
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
(cherry picked from commit a3a1552c33 )
Conflicts:
hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/TestKMS.java
|
2018-05-07 13:47:52 -07:00 |
Xiao Chen
|
6d6f65f224
|
HADOOP-14445. Delegation tokens are not shared between KMS instances. Contributed by Xiao Chen and Rushabh S Shah.
(cherry picked from commit 583fa6ed48 )
|
2018-04-10 15:45:35 -07:00 |
Xiao Chen
|
96af1af28f
|
HADOOP-15313. TestKMS should close providers.
(cherry picked from commit c22d62b338 )
|
2018-04-10 15:45:34 -07:00 |
Xiao Chen
|
21c6661461
|
HADOOP-15234. Throw meaningful message on null when initializing KMSWebApp. Contributed by fang zhenyi.
|
2018-03-15 20:17:16 -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 |
Arpit Agarwal
|
2fa7963c3d
|
HADOOP-15254. Correct the wrong word spelling 'intialize'. Contributed by fang zhenyi.
|
2018-02-24 14:41:55 -08:00 |
Steve Loughran
|
996796f104
|
HADOOP-15214. Make Hadoop compatible with Guava 21.0.
Contributed by Igor Dvorzhak
|
2018-02-08 10:55:54 -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
|
06df6ab254
|
HADOOP-14095. Document caveats about the default JavaKeyStoreProvider in KMS.
|
2017-09-29 19:34:29 -07:00 |
Xiao Chen
|
4ec5acc704
|
HADOOP-14705. Add batched interface reencryptEncryptedKeys to KMS.
|
2017-08-22 07:47:39 -07:00 |
Sean Mackrory
|
1a1bf6b7d0
|
HADOOP-13595. Rework hadoop_usage to be broken up by clients/daemons/etc. Contributed by Allen Wittenauer.
|
2017-08-02 12:25:05 -06: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
|
fb5ee3fafb
|
HADOOP-14515. Addendum. Specifically configure zookeeper-related log levels in KMS log4j.
|
2017-06-27 23:49:09 -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
|
c4b5c32669
|
HADOOP-13854. KMS should log error details in KMSExceptionsProvider.
|
2017-06-08 22:35:31 -07:00 |
Brahma Reddy Battula
|
62857be211
|
HADOOP-14456. Modifier 'static' is redundant for inner enums. Contributed by ZhangBing Lin.
|
2017-05-31 01:07:58 +08:00 |
John Zhuge
|
a9f07e0d3e
|
HADOOP-14317. KMSWebServer$deprecateEnv may leak secret. Contributed by John Zhuge.
|
2017-04-18 09:29:16 -07:00 |
John Zhuge
|
570827a819
|
HADOOP-14052. Fix dead link in KMS document. Contributed by Christina Vu.
Change-Id: I7093f443d93927184196f62f02cc106a2c89e9cf
|
2017-03-08 23:50:15 -08:00 |
Andrew Wang
|
ec839b94c0
|
HDFS-11441. Add escaping to error message in KMS web UI. Contributed by Aaron T. Myers.
|
2017-03-06 10:47:15 -08: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
|
d88497d44a
|
HADOOP-14047. Require admin to access KMS instrumentation servlets. Contributed by John Zhuge.
|
2017-02-06 13:14:17 -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
|
9c0a4d3e71
|
HADOOP-13990. Document KMS usage of CredentialProvider API. Contributed by John Zhuge.
|
2017-01-24 21:30:10 -08:00 |
Arun Suresh
|
be529dade1
|
HADOOP-13903. Improvements to KMS logging to help debug authorization errors. (Tristan Stevens via asuresh)
|
2017-01-11 00:26:02 -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
|
30f85d7a88
|
HADOOP-13911. Remove TRUSTSTORE_PASSWORD related scripts from KMS. Contributed by John Zhuge.
|
2016-12-20 16:02:26 -08:00 |
Xiao Chen
|
79d90b810c
|
HADOOP-13827. Add reencryptEncryptedKey interface to KMS.
|
2016-12-06 12:04:04 -08:00 |
Xiao Chen
|
291df5c7fb
|
HADOOP-13847. KMSWebApp should close KeyProviderCryptoExtension. Contributed by John Zhuge.
|
2016-12-05 09:35:17 -08:00 |
Akira Ajisaka
|
00096dcc0c
|
HADOOP-13812. Upgrade Tomcat to 6.0.48. Contributed by John Zhuge.
|
2016-11-29 19:47:02 +09:00 |
Akira Ajisaka
|
67d9f2808e
|
HADOOP-13706. Update jackson from 1.9.13 to 2.x in hadoop-common-project.
|
2016-11-29 14:07:19 +09:00 |