bharatviswa504 commented on a change in pull request #505: HDDS-1145. Add
optional web server to the Ozone freon test tool
URL: https://github.com/apache/hadoop/pull/505#discussion_r259551416
##########
File path: hadoop-hdds/common/src/main/resources/ozone-default.xml
##########
@@ -1890,4 +1890,63 @@
the servlet.
</description>
</property>
+
+ <property>
+ <name>ozone.freon.http-address</name>
+ <value>0.0.0.0:9884</value>
+ <tag>OZONE, MANAGEMENT</tag>
+ <description>
+ The address and the base port where the FREON web ui will listen on.
+
+ If the port is 0 then the server will start on a free port.
+ </description>
+ </property>
+ <property>
+ <name>ozone.freon.http-bind-host</name>
+ <value>0.0.0.0</value>
+ <tag>OZONE, MANAGEMENT</tag>
+ <description>
+ The actual address the Freon web server will bind to. If this
+ optional address is set, it overrides only the hostname portion of
+ ozone.freon.http-address.
+ </description>
+ </property>
+ <property>
+ <name>ozone.freon.http.enabled</name>
+ <value>true</value>
+ <tag>OZONE, MANAGEMENT</tag>
+ <description>
+ Property to enable or disable FREON web ui.
+ </description>
+ </property>
+ <property>
+ <name>ozone.freon.https-address</name>
+ <value>0.0.0.0:9885</value>
+ <tag>OZONE, MANAGEMENT</tag>
+ <description>
+ The address and the base port where the Freon web server will listen
+ on using HTTPS.
+
+ If the port is 0 then the server will start on a free port.
+ </description>
+ </property>
+ <property>
+ <name>ozone.freon.https-bind-host</name>
+ <value>0.0.0.0</value>
+ <tag>OZONE, MANAGEMENT</tag>
+ <description>
+ The actual address the Freon web server will bind to using HTTPS.
+ If this optional address is set, it overrides only the hostname portion
of
+ ozone.freon.http-address.
+ </description>
+ </property>
+ <property>
+ <name>ozone.freon.http.kerberos.principal</name>
+ <value>HTTP/[email protected]</value>
Review comment:
Can we add SECURITY tag for all the security related properties?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]