dineshchitlangia commented on a change in pull request #1788:
URL: https://github.com/apache/ozone/pull/1788#discussion_r575754494
##########
File path: hadoop-hdds/common/src/main/resources/ozone-default.xml
##########
@@ -2143,57 +2187,65 @@
</property>
<property>
<name>ozone.recon.http.auth.kerberos.keytab</name>
- <value/>
- <tag>RECON, SECURITY</tag>
+ <value>/path/to/HTTP.keytab</value>
+ <tag>RECON, SECURITY, KERBEROS</tag>
<description>
The keytab file for HTTP Kerberos authentication in Recon.
</description>
</property>
<property>
<name>ozone.recon.http.auth.kerberos.principal</name>
- <value/>
- <tag>RECON</tag>
+ <value>HTTP/_HOST@REALM</value>
+ <tag>RECON, KERBEROS</tag>
Review comment:
@symious any thoughts about this?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]