mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-16 18:47:10 +02:00
databroker: remove unused serverConfig fields (#5314)
The databroker.serverConfig struct has a few fields which are written to but never read.
This commit is contained in:
parent
410354bc00
commit
6f6186a67d
2 changed files with 0 additions and 42 deletions
|
@ -57,7 +57,6 @@ func (srv *dataBrokerServer) getOptions(cfg *config.Config) ([]databroker.Server
|
|||
}
|
||||
|
||||
return []databroker.ServerOption{
|
||||
databroker.WithGetSharedKey(cfg.Options.GetSharedKey),
|
||||
databroker.WithStorageType(cfg.Options.DataBrokerStorageType),
|
||||
databroker.WithStorageConnectionString(dataBrokerStorageConnectionString),
|
||||
}, nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue