You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2021/01/24 14:00:27 UTC

[hadoop] 02/02: HADOOP-17478. Improve the description of hadoop.http.authentication.signature.secret.file (#2628)

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit 130d5af258337fdae8df3acf704dc6899aa257d8
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Sun Jan 24 22:56:47 2021 +0900

    HADOOP-17478. Improve the description of hadoop.http.authentication.signature.secret.file (#2628)
    
    Reviewed-by: Wei-Chiu Chuang <we...@apache.org>
    (cherry picked from commit d82009599a2e9f48050e0c41440b36c759ec068f)
---
 hadoop-common-project/hadoop-common/src/main/resources/core-default.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ddf6ec8..15e515f 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
@@ -2086,7 +2086,7 @@
   <value>${user.home}/hadoop-http-auth-signature-secret</value>
   <description>
     The signature secret for signing the authentication tokens.
-    The same secret should be used for RM/NM/NN/DN configurations.
+    A different secret should be used for each service.
   </description>
 </property>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org