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 05:30:14 UTC

[GitHub] [ozone] flirmnave opened a new pull request #1708: HDDS-4586. Mismatch in prefix of DN and SCM http.auth.type config key

flirmnave opened a new pull request #1708:
URL: https://github.com/apache/ozone/pull/1708


   ## What changes were proposed in this pull request?
   
   Modify the document to match the corresponding config keys.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-4586
   
   ## How was this patch tested?
   
   Local hugo


----------------------------------------------------------------
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


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

Posted by GitBox <gi...@apache.org>.
flirmnave commented on pull request #1708:
URL: https://github.com/apache/ozone/pull/1708#issuecomment-747187661


   Thanks @adoroszlai @xiaoyuyao for review and comment.


----------------------------------------------------------------
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


[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

Posted by GitBox <gi...@apache.org>.
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


[GitHub] [ozone] xiaoyuyao merged pull request #1708: HDDS-4586. Mismatch in prefix of DN and SCM http.auth.type config key

Posted by GitBox <gi...@apache.org>.
xiaoyuyao merged pull request #1708:
URL: https://github.com/apache/ozone/pull/1708


   


----------------------------------------------------------------
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


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

Posted by GitBox <gi...@apache.org>.
flirmnave commented on pull request #1708:
URL: https://github.com/apache/ozone/pull/1708#issuecomment-745975048


   Thanks @adoroszlai for the reminder.


----------------------------------------------------------------
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