Galsza commented on code in PR #4681: URL: https://github.com/apache/ozone/pull/4681#discussion_r1219175995
########## hadoop-ozone/dist/src/main/compose/ozonesecure-ha/docker-config: ########## @@ -54,6 +54,11 @@ OZONE-SITE.XML_ozone.scm.client.address=scm OZONE-SITE.XML_hdds.block.token.enabled=true OZONE-SITE.XML_hdds.container.token.enabled=true OZONE-SITE.XML_hdds.grpc.tls.enabled=true + +OZONE-SITE.XML_hdds.x509.default.duration=PT40s +OZONE-SITE.XML_hdds.x509.renew.grace.duration=PT30s +OZONE-SITE.XML_hdds.x509.grace.duration.token.checks.enabled=false Review Comment: Thank you, I have removed the unused configs. In the end we are not going to run this test in ha for now -- 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]
