mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +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
|
@ -61,6 +61,7 @@ message Route {
|
|||
string prefix_rewrite = 29;
|
||||
string regex_rewrite_pattern = 30;
|
||||
string regex_rewrite_substitution = 31;
|
||||
optional int64 regex_priority_order = 61;
|
||||
|
||||
bool cors_allow_preflight = 10;
|
||||
bool allow_public_unauthenticated_access = 11;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue