Gargi-jais11 opened a new pull request, #9748:
URL: https://github.com/apache/ozone/pull/9748

   ## What changes were proposed in this pull request?
   The configuration property `hdds.datanode.kerberos.principal` in 
**ozone-default.xml** has an empty default value, while similar properties for 
SCM and OM have defaults (SCM/_HOST@REALM and OM/_HOST@REALM respectively). 
   
   - To be consistent with other services added dn kerberos principal  default 
value as **DN/_HOST@REALM**.
   - `hadoop-ozone/dist/src/main/compose/common/security.conf` under overridden 
config property as below so that during upgrade and downgrade it picks correct 
config.
   
   ```
   OZONE-SITE.XML_hdds.datanode.kerberos.principal=dn/[email protected]
   
OZONE-SITE.XML_hdds.datanode.kerberos.keytab.file=/etc/security/keytabs/dn.keytab
   ```
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-14064
   
   ## How was this patch tested?
   
   Passed the existing test.
   


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