This is an automated email from the ASF dual-hosted git repository.

xyao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 76384ca  HDDS-5442. Datanode HTTP server fails to start in ozonesecure 
due to wrong keytab name (#2419)
76384ca is described below

commit 76384ca0070835e1b2c369b139a5ab717d053c1e
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Jul 15 16:33:37 2021 +0200

    HDDS-5442. Datanode HTTP server fails to start in ozonesecure due to wrong 
keytab name (#2419)
---
 hadoop-ozone/dist/src/main/compose/ozonesecure/docker-config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/dist/src/main/compose/ozonesecure/docker-config 
b/hadoop-ozone/dist/src/main/compose/ozonesecure/docker-config
index 4994637..1d5c07d 100644
--- a/hadoop-ozone/dist/src/main/compose/ozonesecure/docker-config
+++ b/hadoop-ozone/dist/src/main/compose/ozonesecure/docker-config
@@ -86,7 +86,7 @@ 
OZONE-SITE.XML_hdds.scm.http.auth.kerberos.keytab=/etc/security/keytabs/scm.keyt
 OZONE-SITE.XML_ozone.om.http.auth.kerberos.principal=HTTP/[email protected]
 
OZONE-SITE.XML_ozone.om.http.auth.kerberos.keytab=/etc/security/keytabs/om.keytab
 OZONE-SITE.XML_hdds.datanode.http.auth.kerberos.principal=HTTP/[email protected]
-OZONE-SITE.XML_hdds.datanode.http.auth.kerberos.keytab=/etc/security/keytabs/datanode.keytab
+OZONE-SITE.XML_hdds.datanode.http.auth.kerberos.keytab=/etc/security/keytabs/dn.keytab
 
OZONE-SITE.XML_ozone.s3g.http.auth.kerberos.keytab=/etc/security/keytabs/s3g.keytab
 OZONE-SITE.XML_ozone.s3g.http.auth.kerberos.principal=HTTP/[email protected]
 OZONE-SITE.XML_ozone.recon.http.auth.kerberos.principal=HTTP/[email protected]

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

Reply via email to