boulder/test/secrets
Daniel McCarney 9e896325f7
boulder-janitor: add initial daemon for tidying certificate resources. (#4354)
A new `boulder-janitor` command is added that provides a long-running
daemon that cleans up rows associated with expired certificate
resources. At present this is rows from the following tables:

* certificates
* certificateStatus
* certificatesPerName

Adding cleanup of tables associated with Order resources is the next step.

Three prometheus stats are exported:

* janitor_deletions - CounterVec for the number of deletions by table the 
  boulder-janitor has performed.
* janitor_workbatch - GaugeVec for the number of items of work by table
  the boulder-janitor queued for deletion.
* janitor_errors - CounterVec for the number of errors by table and error
  type the boulder-janitor has experienced.
2019-07-24 15:09:04 -04:00
..
backfiller_dburl Switch to DSNs (#4044) 2019-02-11 10:46:07 -08:00
cert_checker_dburl Switch to DSNs (#4044) 2019-02-11 10:46:07 -08:00
expiration_mailer_dburl Switch to DSNs (#4044) 2019-02-11 10:46:07 -08:00
janitor_dburl boulder-janitor: add initial daemon for tidying certificate resources. (#4354) 2019-07-24 15:09:04 -04:00
mailer_dburl Switch to DSNs (#4044) 2019-02-11 10:46:07 -08:00
ocsp_responder_dburl Add dial timeout to SQL DSNs. (#2491) 2017-01-12 10:52:33 -08:00
ocsp_updater_dburl Switch to DSNs (#4044) 2019-02-11 10:46:07 -08:00
purger_dburl Switch to DSNs (#4044) 2019-02-11 10:46:07 -08:00
revoker_dburl Switch to DSNs (#4044) 2019-02-11 10:46:07 -08:00
sa_dburl Switch to DSNs (#4044) 2019-02-11 10:46:07 -08:00
smtp_password Read SMTP password from file 2016-01-24 15:35:04 -08:00