You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ne...@apache.org on 2021/11/08 04:52:48 UTC

[ozone] branch master updated: HDDS-5925. Fix SecuringOzoneHTTP doc (#2796)

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

neoyang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new c088cd1  HDDS-5925. Fix SecuringOzoneHTTP doc (#2796)
c088cd1 is described below

commit c088cd1d96895d8f6a13fa3903909ea5b85ceb04
Author: zhengchenyu <zh...@gmail.com>
AuthorDate: Mon Nov 8 12:52:33 2021 +0800

    HDDS-5925. Fix SecuringOzoneHTTP doc (#2796)
---
 .../docs/content/security/SecuringOzoneHTTP.md       | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/hadoop-hdds/docs/content/security/SecuringOzoneHTTP.md b/hadoop-hdds/docs/content/security/SecuringOzoneHTTP.md
index 62916a9..47c04eb 100644
--- a/hadoop-hdds/docs/content/security/SecuringOzoneHTTP.md
+++ b/hadoop-hdds/docs/content/security/SecuringOzoneHTTP.md
@@ -101,44 +101,44 @@ query string parameter. e.g., http://scm:9876/?user.name=scmadmin.
 Property| Value
 -----------------------------------|-----------------------------------------
 ozone.om.http.auth.type | simple
-ozone.om.http.auth.simple.anonymous_allowed | false
+ozone.om.http.auth.simple.anonymous.allowed | false
 
 If you don't want to specify the user.name in the query string parameter, 
-change ozone.om.http.auth.simple.anonymous_allowed to true.
+change ozone.om.http.auth.simple.anonymous.allowed to true.
 
 ### Enable SIMPLE authentication for S3G HTTP
 Property| Value
 -----------------------------------|-----------------------------------------
 ozone.s3g.http.auth.type | simple
-ozone.s3g.http.auth.simple.anonymous_allowed | false
+ozone.s3g.http.auth.simple.anonymous.allowed | false
 
 If you don't want to specify the user.name in the query string parameter, 
-change ozone.s3g.http.auth.simple.anonymous_allowed to true.
+change ozone.s3g.http.auth.simple.anonymous.allowed to true.
 
 ### Enable SIMPLE authentication for RECON HTTP
 Property| Value
 -----------------------------------|-----------------------------------------
 ozone.recon.http.auth.type | simple
-ozone.recon.http.auth.simple.anonymous_allowed | false
+ozone.recon.http.auth.simple.anonymous.allowed | false
 
 If you don't want to specify the user.name in the query string parameter, 
-change ozone.recon.http.auth.simple.anonymous_allowed to true.
+change ozone.recon.http.auth.simple.anonymous.allowed to true.
 
 
 ### Enable SIMPLE authentication for SCM HTTP
 Property| Value
 -----------------------------------|-----------------------------------------
 hdds.scm.http.auth.type | simple
-hdds.scm.http.auth.simple.anonymous_allowed | false
+hdds.scm.http.auth.simple.anonymous.allowed | false
 
 If you don't want to specify the user.name in the query string parameter, 
-change hdds.scm.http.auth.simple.anonymous_allowed to true.
+change hdds.scm.http.auth.simple.anonymous.allowed to true.
 
 ### Enable SIMPLE authentication for DATANODE HTTP
 Property| Value
 -----------------------------------|-----------------------------------------
 hdds.datanode.http.auth.type | simple
-hdds.datanode.http.auth.simple.anonymous_allowed | false
+hdds.datanode.http.auth.simple.anonymous.allowed | false
 
 If you don't want to specify the user.name in the query string parameter, 
-change hdds.datanode.http.auth.simple.anonymous_allowed to true.
+change hdds.datanode.http.auth.simple.anonymous.allowed to true.

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