boulder/test/secrets
Aaron Gable 6a9bb399f7
Create new crl-storer service (#6264)
Create a new crl-storer service, which receives CRL shards via gRPC and
uploads them to an S3 bucket. It ignores AWS SDK configuration in the
usual places, in favor of configuration from our standard JSON service
config files. It ensures that the CRLs it receives parse and are signed
by the appropriate issuer before uploading them.

Integrate crl-updater with the new service. It streams bytes to the
crl-storer as it receives them from the CA, without performing any
checking at the same time. This new functionality is disabled if the
crl-updater does not have a config stanza instructing it how to connect
to the crl-storer.

Finally, add a new test component, the s3-test-srv. This acts similarly
to the existing mail-test-srv: it receives requests, stores information
about them, and exposes that information for later querying by the
integration test. The integration test uses this to ensure that a
newly-revoked certificate does show up in the next generation of CRLs
produced.

Fixes #6162
2022-08-08 16:22:48 -07:00
..
aws_creds.ini Create new crl-storer service (#6264) 2022-08-08 16:22:48 -07:00
backfiller_dburl Switch to DSNs (#4044) 2019-02-11 10:46:07 -08:00
badkeyrevoker_dburl Add bad-key-revoker daemon (#4788) 2020-04-23 11:51:59 -07: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
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_responder_redis_password Add ocsp-responder redis lookup support (#5800) 2021-12-06 10:47:05 -07:00
ocsp_updater_dburl Switch to DSNs (#4044) 2019-02-11 10:46:07 -08:00
ocsp_updater_ro_dburl Add read-only dbConns to SQLStorageAuthority and OCSPUpdater (#5555) 2021-08-02 11:21:34 -07: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
rocsp_tool_password Add rocsp-tool to manually store OCSP responses in Redis (#5758) 2021-11-02 11:04:03 -07:00
sa_dburl Switch to DSNs (#4044) 2019-02-11 10:46:07 -08:00
sa_redis_password Support writing initial OCSP response to redis (#5958) 2022-03-21 20:33:12 -06:00
sa_ro_dburl Add read-only dbConns to SQLStorageAuthority and OCSPUpdater (#5555) 2021-08-02 11:21:34 -07:00
smtp_password Read SMTP password from file 2016-01-24 15:35:04 -08:00