config: remove unused databroker storage settings (#5285)

Config options concerning the TLS connection from databroker to storage
backend are now unused. TLS options for this connection can instead be
set directly in the databroker storage connection string.
This commit is contained in:
Kenneth Jenkins 2024-09-16 11:58:57 -07:00 committed by GitHub
parent 10e1746471
commit 6171c09596
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 283 additions and 357 deletions

View file

@ -282,9 +282,6 @@ func getAllConfigFilePaths(cfg *Config) []string {
cfg.Options.ClientSecretFile,
cfg.Options.CookieSecretFile,
cfg.Options.DataBrokerStorageConnectionStringFile,
cfg.Options.DataBrokerStorageCAFile,
cfg.Options.DataBrokerStorageCertFile,
cfg.Options.DataBrokerStorageCertKeyFile,
cfg.Options.DownstreamMTLS.CAFile,
cfg.Options.DownstreamMTLS.CRLFile,
cfg.Options.KeyFile,