Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4B72E200D14 for ; Tue, 3 Oct 2017 23:23:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4A012160BD7; Tue, 3 Oct 2017 21:23:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8EF511609DE for ; Tue, 3 Oct 2017 23:23:21 +0200 (CEST) Received: (qmail 99110 invoked by uid 500); 3 Oct 2017 21:23:20 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 99092 invoked by uid 99); 3 Oct 2017 21:23:20 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Oct 2017 21:23:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CC34CF5C74; Tue, 3 Oct 2017 21:23:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kkaranasos@apache.org To: common-commits@hadoop.apache.org Date: Tue, 03 Oct 2017 21:23:50 -0000 Message-Id: <1c5ada2f9b7e4509894cb392f7cbf2e1@git.apache.org> In-Reply-To: <39eba03e94fd4c5b9ffdcae8c69f6563@git.apache.org> References: <39eba03e94fd4c5b9ffdcae8c69f6563@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [33/50] [abbrv] hadoop git commit: HADOOP-14095. Document caveats about the default JavaKeyStoreProvider in KMS. archived-at: Tue, 03 Oct 2017 21:23:22 -0000 HADOOP-14095. Document caveats about the default JavaKeyStoreProvider in KMS. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/06df6ab2 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/06df6ab2 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/06df6ab2 Branch: refs/heads/YARN-6592 Commit: 06df6ab25432927cd55918440cc8a28fb4f03bfa Parents: 66c4171 Author: Xiao Chen Authored: Fri Sep 29 19:17:32 2017 -0700 Committer: Xiao Chen Committed: Fri Sep 29 19:34:29 2017 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/06df6ab2/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm b/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm index 1dd89e9..5490219 100644 --- a/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm +++ b/hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm @@ -80,6 +80,8 @@ The password file is looked up in the Hadoop's configuration directory via the c NOTE: You need to restart the KMS for the configuration changes to take effect. +NOTE: The KMS server can choose any `KeyProvider` implementation as the backing provider. The example here uses a JavaKeyStoreProvider, which should only be used for experimental purposes and never be used in production. For detailed usage and caveats of JavaKeyStoreProvider, please see [Keystore Passwords section of the Credential Provider API](../hadoop-project-dist/hadoop-common/CredentialProviderAPI.html#Keystore_Passwords). + $H3 KMS HTTP Configuration KMS pre-configures the HTTP port to 9600. @@ -1184,4 +1186,4 @@ and `/stacks`, configure the following properties in `kms-site.xml`: to all users and groups, e.g. '*', '* ' and ' *' are all valid. -``` \ No newline at end of file +``` --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org