You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once production has been running with saReadOnlyService set in the crl-storer config and checkFreshness: true in the crl-updater config:
Promote:
sa/db: move the issuerID_shardIdx_revokedDate_idx index on revokedCertificates from 01-boulder_sa_next.sql into 01-boulder_sa.sql
test/config: promote from test/config-next the crl-storer saReadOnlyService block, the crl-updater checkFreshness and thisUpdateBackdate settings, and the crl-storer.boulder entry in the SA's sa.StorageAuthorityReadOnly allowlist
Remove:
cmd/crl-updater/main.go: make the 5-minute thisUpdateBackdate default unconditional
crl/updater/updater.go: make the freshness check unconditional and remove the freshnessCheck field
cmd/crl-storer/main.go: make SAReadOnlyService required and drop the conditional client construction
crl/storer/storer.go: remove the nil check around checkRemovedEntries
crl/updater/updater_test.go and crl/storer/storer_test.go: delete the freshness-check-disabled and no-read-only-SA test cases
Once production has been running with
saReadOnlyServiceset in the crl-storer config andcheckFreshness: truein the crl-updater config:Promote:
sa/db: move theissuerID_shardIdx_revokedDate_idxindex onrevokedCertificatesfrom01-boulder_sa_next.sqlinto01-boulder_sa.sqltest/config: promote fromtest/config-nextthe crl-storersaReadOnlyServiceblock, the crl-updatercheckFreshnessandthisUpdateBackdatesettings, and thecrl-storer.boulderentry in the SA'ssa.StorageAuthorityReadOnlyallowlistRemove:
cmd/crl-updater/main.go: make the 5-minutethisUpdateBackdatedefault unconditionalcrl/updater/updater.go: make the freshness check unconditional and remove thefreshnessCheckfieldcmd/crl-storer/main.go: makeSAReadOnlyServicerequired and drop the conditional client constructioncrl/storer/storer.go: remove the nil check aroundcheckRemovedEntriescrl/updater/updater_test.goandcrl/storer/storer_test.go: delete the freshness-check-disabled and no-read-only-SA test cases