mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-26 06:28:18 +02:00
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:
parent
e21fe2d0b3
commit
cbbbe4efb5
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