adoroszlai commented on code in PR #4681: URL: https://github.com/apache/ozone/pull/4681#discussion_r1214163548
########## 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: @Galsza now that HDDS-8640 is merged, we can extract these into an add-on config, and the cert-rotation test into an extra shell script. -- 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]
