mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 06:51:30 +02:00
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:
parent
10e1746471
commit
6171c09596
6 changed files with 283 additions and 357 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue