boulder/cmd
Aaron Gable d9cb35c60c
Remove unused DBConnect config string (#6615)
Neither our testing, staging, nor production configs use the
DBConfig.DBConnect config value. Remove it.

To connect to a database, you have to provide a connection URL. These
URLs often contain sensitive information such as DB usernames and
passwords, so we don't store them directly in our configs -- instead, we
store paths to files which contain these strings, and provision those
files via a separate mechanism. We maintained the ability to provide a
URL directly in the config for the sake of easy testing, but have not
used it for that purpose for some time now.
2023-01-27 13:10:52 -08:00
..
admin-revoker Create new StorageAuthorityReadOnly gRPC service (#6483) 2022-11-09 11:09:12 -08:00
akamai-purger bgrpc.NewServer: support multiple services (#6487) 2022-11-04 13:26:42 -07:00
bad-key-revoker Add duplicate serial to bad-key-revoker unittest (#6543) 2023-01-18 11:28:24 -08:00
boulder Add support for subcommands to "boulder" command (#6426) 2022-10-06 11:21:47 -07:00
boulder-ca CA: Expose all gRPC services on single address (#6495) 2022-11-08 15:28:59 -08:00
boulder-observer Register TLS prober (#6570) 2023-01-11 14:01:41 -05:00
boulder-publisher bgrpc.NewServer: support multiple services (#6487) 2022-11-04 13:26:42 -07:00
boulder-ra ctpolicy: Remove deprecated codepath and fix metrics (#6485) 2022-11-07 11:31:20 -08:00
boulder-sa Remove unused DBConnect config string (#6615) 2023-01-27 13:10:52 -08:00
boulder-va VA: Deprecate DNSResolvers field in config (#6493) 2022-11-07 11:31:39 -08:00
boulder-wfe2 wfe2: don't pass through client-initiated cancellation (#6608) 2023-01-26 17:26:15 -08:00
caa-log-checker Use io and os instead of deprecated ioutil (#6286) 2022-08-10 13:30:17 -07:00
ceremony Add unparam linter to CI (#6312) 2022-08-23 12:37:24 -07:00
cert-checker Create new StorageAuthorityReadOnly gRPC service (#6483) 2022-11-09 11:09:12 -08:00
contact-auditor Remove unused DBConnect config string (#6615) 2023-01-27 13:10:52 -08:00
crl-checker crl/checker: remove dependency on issuance package (#6518) 2022-11-21 10:25:06 -08:00
crl-storer bgrpc.NewServer: support multiple services (#6487) 2022-11-04 13:26:42 -07:00
crl-updater Use read-only SA clients in wfe, ocsp, and crl (#6484) 2022-12-02 13:48:28 -08:00
expiration-mailer Extract out `db.QuestionMarks` function (#6568) 2023-01-10 14:29:31 -08:00
id-exporter Create new StorageAuthorityReadOnly gRPC service (#6483) 2022-11-09 11:09:12 -08:00
log-validator crl/updater: fix incorrect logging of error (#6401) 2022-09-28 09:30:32 -07:00
nonce-service wfe2: update unittest to use gRPC-style backend (#6533) 2022-12-05 11:36:31 -08:00
notify-mailer Use io and os instead of deprecated ioutil (#6286) 2022-08-10 13:30:17 -07:00
ocsp-responder Remove unused DBConnect config string (#6615) 2023-01-27 13:10:52 -08:00
ocsp-updater Streamline gRPC client creation (#6472) 2022-10-28 08:45:52 -07:00
orphan-finder SA: Remove AddCertificate's unused return value (#6532) 2022-11-30 13:00:56 -08:00
reversed-hostname-checker log: allow logging to stdout/stderr instead of syslog (#6307) 2022-08-29 06:19:22 -07:00
rocsp-tool ROCSP: Replace Redis Cluster with a consistently sharded all-primary nodes (#6516) 2022-12-19 15:06:47 -05:00
testdata Switch to DSNs (#4044) 2019-02-11 10:46:07 -08:00
clock_generic.go Update golangci-lint from v1.29.0 to v1.42.1 (#5745) 2021-10-22 16:26:59 -07:00
clock_integration.go Update golangci-lint from v1.29.0 to v1.42.1 (#5745) 2021-10-22 16:26:59 -07:00
config.go Remove unused DBConnect config string (#6615) 2023-01-27 13:10:52 -08:00
config_test.go Tracing: don't exclude gRPC client spans (#5664) 2021-09-21 13:44:30 -06:00
registry.go Build all boulder binaries into a single binary (#5693) 2021-10-20 17:05:45 -07:00
shell.go bgrpc.NewServer: support multiple services (#6487) 2022-11-04 13:26:42 -07:00
shell_test.go Export a metric with labels containing build metadata (#6422) 2022-10-03 13:54:02 -07:00