Repository: hadoop Updated Branches: refs/heads/branch-3.1 a0060cf8e -> 2a305efd4 refs/heads/branch-3.2 145c7aa66 -> 1ee09906c refs/heads/trunk 10185d9a7 -> cdc435071
HADOOP-15839. Review + update cloud store sensitive keys in hadoop.security.sensitive-config-keys. Contributed by Steve Loughran. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/cdc43507 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cdc43507 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/cdc43507 Branch: refs/heads/trunk Commit: cdc4350718055189fef8c70e31314607001d4009 Parents: 10185d9 Author: Steve Loughran <[email protected]> Authored: Wed Oct 10 17:00:37 2018 +0100 Committer: Steve Loughran <[email protected]> Committed: Wed Oct 10 17:00:37 2018 +0100 ---------------------------------------------------------------------- .../hadoop-common/src/main/resources/core-default.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/cdc43507/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml index 3ea2797..32dd622 100644 --- a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml +++ b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml @@ -599,9 +599,17 @@ secret$ password$ ssl.keystore.pass$ - fs.s3.*[Ss]ecret.?[Kk]ey + fs.s3a.server-side-encryption.key fs.s3a.*.server-side-encryption.key + fs.s3a.secret.key + fs.s3a.*.secret.key + fs.s3a.session.key + fs.s3a.*.session.key + fs.s3a.session.token + fs.s3a.*.session.token fs.azure.account.key.* + fs.azure.oauth2.* + fs.adl.oauth2.* credential$ oauth.*secret oauth.*password --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
