xiaoyuyao commented on a change in pull request #758: HDDS-3280. Ozone 
BaseHTTPServer should honor ozone.security.enabled c…
URL: https://github.com/apache/hadoop-ozone/pull/758#discussion_r404315137
 
 

 ##########
 File path: 
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java
 ##########
 @@ -347,6 +347,10 @@
       "ozone.security.enabled";
   public static final boolean OZONE_SECURITY_ENABLED_DEFAULT = false;
 
+  public static final String OZONE_HTTP_SECURITY_ENABLED_KEY =
+      "ozone.security.kerberos.http.enabled";
 
 Review comment:
   This should be better named like ozone.security.http.kerberos.enabled to 
have a common prefix for http related settings as there will be 
ozone.security.http.simple.* as well.

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


With regards,
Apache Git Services

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

Reply via email to