mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-16 10:37:33 +02:00
config: support files for shared_secret, client_secret, cookie_secret and signing_key (#3453)
This commit is contained in:
parent
1eca93cc75
commit
86625a4ddb
11 changed files with 136 additions and 34 deletions
|
@ -222,14 +222,18 @@ func (src *FileWatcherSource) check(ctx context.Context, cfg *Config) {
|
|||
cfg.Options.CertFile,
|
||||
cfg.Options.ClientCAFile,
|
||||
cfg.Options.ClientCRLFile,
|
||||
cfg.Options.ClientSecretFile,
|
||||
cfg.Options.CookieSecretFile,
|
||||
cfg.Options.DataBrokerStorageCAFile,
|
||||
cfg.Options.DataBrokerStorageCertFile,
|
||||
cfg.Options.DataBrokerStorageCertKeyFile,
|
||||
cfg.Options.KeyFile,
|
||||
cfg.Options.PolicyFile,
|
||||
cfg.Options.MetricsClientCAFile,
|
||||
cfg.Options.MetricsCertificateFile,
|
||||
cfg.Options.MetricsCertificateKeyFile,
|
||||
cfg.Options.MetricsClientCAFile,
|
||||
cfg.Options.PolicyFile,
|
||||
cfg.Options.SharedSecretFile,
|
||||
cfg.Options.SigningKeyFile,
|
||||
}
|
||||
|
||||
for _, pair := range cfg.Options.CertificateFiles {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue