mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
databroker: build config concurrently, option to bypass validation (#4655)
* validation: option to bypass * concurrently build config * add regex_priority_order and route sorting * rm mutex
This commit is contained in:
parent
ab104a643a
commit
bfcc970839
9 changed files with 439 additions and 244 deletions
|
@ -460,7 +460,7 @@ func (o *Options) parsePolicy() error {
|
|||
}
|
||||
}
|
||||
for i := range o.AdditionalPolicies {
|
||||
p := &o.AdditionalPolicies[i]
|
||||
p := o.AdditionalPolicies[i]
|
||||
if err := p.Validate(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue