adoroszlai commented on a change in pull request #1708:
URL: https://github.com/apache/ozone/pull/1708#discussion_r544101129



##########
File path: hadoop-hdds/docs/content/security/SecuringOzoneHTTP.md
##########
@@ -128,17 +128,17 @@ change ozone.recon.http.auth.simple.anonymous_allowed to 
true.
 ### Enable SIMPLE authentication for SCM HTTP
 Property| Value
 -----------------------------------|-----------------------------------------
-ozone.scm.http.auth.type | simple
-ozone.scm.http.auth.simple.anonymous_allowed | false
+hdds.scm.http.auth.type | simple
+hdds.scm.http.auth.simple.anonymous_allowed | false
 
 If you don't want to specify the user.name in the query string parameter, 
 change ozone.scm.http.auth.simple.anonymous_allowed to true.

Review comment:
       ```suggestion
   change hdds.scm.http.auth.simple.anonymous_allowed to true.
   ```

##########
File path: hadoop-hdds/docs/content/security/SecuringOzoneHTTP.md
##########
@@ -128,17 +128,17 @@ change ozone.recon.http.auth.simple.anonymous_allowed to 
true.
 ### Enable SIMPLE authentication for SCM HTTP
 Property| Value
 -----------------------------------|-----------------------------------------
-ozone.scm.http.auth.type | simple
-ozone.scm.http.auth.simple.anonymous_allowed | false
+hdds.scm.http.auth.type | simple
+hdds.scm.http.auth.simple.anonymous_allowed | false
 
 If you don't want to specify the user.name in the query string parameter, 
 change ozone.scm.http.auth.simple.anonymous_allowed to true.
 
 ### Enable SIMPLE authentication for DATANODE HTTP
 Property| Value
 -----------------------------------|-----------------------------------------
-ozone.datanode.http.auth.type | simple
-ozone.datanode.http.auth.simple.anonymous_allowed | false
+hdds.datanode.http.auth.type | simple
+hdds.datanode.http.auth.simple.anonymous_allowed | false
 
 If you don't want to specify the user.name in the query string parameter, 
 change ozone.datanode.http.auth.simple.anonymous_allowed to true.

Review comment:
       ```suggestion
   change hdds.datanode.http.auth.simple.anonymous_allowed to true.
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to