diff --git a/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/root-ca-rotation.yaml b/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/root-ca-rotation.yaml index 71d0ee95b7a..be36cde6ddd 100644 --- a/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/root-ca-rotation.yaml +++ b/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/root-ca-rotation.yaml @@ -25,7 +25,7 @@ x-root-cert-rotation-config: - OZONE-SITE.XML_hdds.x509.renew.grace.duration=PT45S - OZONE-SITE.XML_hdds.x509.ca.rotation.check.interval=PT1S - OZONE-SITE.XML_hdds.x509.ca.rotation.ack.timeout=PT20S - - OZONE-SITE.XML_hdds.x509.rootca.certificate.polling.interval=PT10s + - OZONE-SITE.XML_hdds.x509.rootca.certificate.polling.interval=PT2s - OZONE-SITE.XML_hdds.block.token.expiry.time=15s - OZONE-SITE.XML_ozone.manager.delegation.token.max-lifetime=15s - OZONE-SITE.XML_ozone.manager.delegation.token.renew-interval=15s diff --git a/hadoop-ozone/dist/src/main/compose/ozonesecure/root-ca-rotation.yaml b/hadoop-ozone/dist/src/main/compose/ozonesecure/root-ca-rotation.yaml index b27d5f7a35d..13a3df56687 100644 --- a/hadoop-ozone/dist/src/main/compose/ozonesecure/root-ca-rotation.yaml +++ b/hadoop-ozone/dist/src/main/compose/ozonesecure/root-ca-rotation.yaml @@ -25,7 +25,7 @@ x-root-cert-rotation-config: - OZONE-SITE.XML_hdds.x509.renew.grace.duration=PT45S - OZONE-SITE.XML_hdds.x509.ca.rotation.check.interval=PT1S - OZONE-SITE.XML_hdds.x509.ca.rotation.ack.timeout=PT20S - - OZONE-SITE.XML_hdds.x509.rootca.certificate.polling.interval=PT10s + - OZONE-SITE.XML_hdds.x509.rootca.certificate.polling.interval=PT2s - OZONE-SITE.XML_hdds.block.token.expiry.time=15s - OZONE-SITE.XML_ozone.manager.delegation.token.max-lifetime=15s - OZONE-SITE.XML_ozone.manager.delegation.token.renew-interval=15s