mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 07:37:33 +02:00
certs: reject certs from databroker if they conflict with local (#2309)
This commit is contained in:
parent
b162307a96
commit
41a2622736
5 changed files with 225 additions and 16 deletions
|
@ -91,7 +91,7 @@ func (src *ConfigSource) rebuild(ctx context.Context, firstTime firstTime) {
|
|||
|
||||
// add all the config policies to the list
|
||||
for id, cfgpb := range src.dbConfigs {
|
||||
cfg.Options.ApplySettings(cfgpb.Settings)
|
||||
cfg.Options.ApplySettings(ctx, cfgpb.Settings)
|
||||
var errCount uint64
|
||||
|
||||
err := cfg.Options.Validate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue