config: remove unused databroker storage settings

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-12 15:32:14 -07:00
parent e21fe2d0b3
commit cbbbe4efb5
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,