You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/12/16 08:26:04 UTC

[GitHub] [ozone] adoroszlai commented on a change in pull request #1708: HDDS-4586. Mismatch in prefix of DN and SCM http.auth.type config key

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:
users@infra.apache.org



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