mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-21 04:57:18 +02:00
add host-rewrite options to config.proto (#2668)
This commit is contained in:
parent
8a8dcdf491
commit
55fec9b51b
8 changed files with 455 additions and 392 deletions
|
@ -58,6 +58,7 @@ _protos=(
|
|||
"xds/core/v3/collection_entry.proto"
|
||||
"xds/core/v3/context_params.proto"
|
||||
"xds/core/v3/resource_locator.proto"
|
||||
"xds/annotations/v3/status.proto"
|
||||
)
|
||||
_imports=()
|
||||
for _proto in "${_protos[@]}"; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue