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 13:57:42 UTC

[hadoop] branch branch-3.3 updated: 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-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 886b245  HADOOP-17478. Improve the description of hadoop.http.authentication.signature.secret.file (#2628)
886b245 is described below

commit 886b245de645f336aee1df38ecfb009d46f59ada
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 dbcf5c5..f7f42d3 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
@@ -2838,7 +2838,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