ChenSammi commented on code in PR #4523:
URL: https://github.com/apache/ozone/pull/4523#discussion_r1302446668


##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -1797,6 +1797,40 @@
     </description>
   </property>
 
+  <property>
+    <name>ozone.s3g.secret.http.enabled</name>
+    <value>false</value>
+    <tag>OZONE, S3GATEWAY</tag>
+    <description>The boolean which enables the Ozone S3Gateway Secret endpoint.
+    </description>
+  </property>
+  <property>
+    <name>ozone.s3g.secret.http.auth.type</name>
+    <value>simple</value>
+    <tag>S3GATEWAY, SECURITY, KERBEROS</tag>
+    <description> simple or kerberos. If kerberos is set, Kerberos SPNEOGO
+      will be used for http authentication.
+    </description>
+  </property>
+  <property>
+    <name>ozone.s3g.secret.http.auth.kerberos.principal</name>
+    <value>HTTP/_HOST@REALM</value>

Review Comment:
   We need a different default value for this property because it's the same as 
"ozone.s3g.http.auth.kerberos.principal". 



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

To unsubscribe, e-mail: [email protected]

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