update-envoy[bot]
604e7f5053
OTel Access Logger: support additional stat prefix ( #34091 )
...
---------
Signed-off-by: Xuyang Tao <taoxuy@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 7436690884f70b5550b6953988d05818bae3d087
9 months ago
update-envoy[bot]
df749113e2
AWS Lambda, add optional credential settings to config. ( #34121 )
...
Signed-off-by: Juan Manuel Ollé <jolle@mulesoft.com>
Mirrored from https://github.com/envoyproxy/envoy @ 37df2cd872aa92507babcb5785c50aebbd52057e
9 months ago
update-envoy[bot]
8d15ea77cb
[cache filter] Add option to ignore cache-control directives from request ( #34090 )
...
Signed-off-by: Raven Black <ravenblack@dropbox.com>
Mirrored from https://github.com/envoyproxy/envoy @ 3e75c6b464546b4f7f350747459f4de7c86e0b38
9 months ago
update-envoy[bot]
6b854fd36f
Populate typed metadata in proxy protocol filter by default ( #33146 )
...
Fixes #32718
Signed-off-by: Kateryna Nezdolii <kateryna.nezdolii@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 87514d50f8eee63e84127dbd46217a86fa31df25
9 months ago
update-envoy[bot]
8aa326d87f
Add disallowed_headers knob to ext_authz config ( #33349 )
...
* Add disallowed_headers knob to ext_authz config
Signed-off-by: Antonio Leonti <leonti@google.com>
* reorder checks to emphasize disallowed_headers precedence
Signed-off-by: antoniovleonti <leonti@google.com>
---------
Signed-off-by: Antonio Leonti <leonti@google.com>
Signed-off-by: antoniovleonti <leonti@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 85d8cc745589ac8be9e85a2983740f22e80c85c5
9 months ago
update-envoy[bot]
39a9c5de93
healthcheck: support TCP health check with ProxyProtocol ( #31691 )
...
* healthcheck: support TCP health check with ProxyProtocol
Signed-off-by: Rei Shimizu <shimizu.rei@linecorp.com>
Mirrored from https://github.com/envoyproxy/envoy @ a3ecbf09d08f457349126faaf64ce5005658637d
9 months ago
update-envoy[bot]
b2488885ed
Add command line flag to skip hot restart stats transfer ( #34069 )
...
* Add command line flag to skip hot restart stats transfer
Signed-off-by: Raven Black <ravenblack@dropbox.com>
Mirrored from https://github.com/envoyproxy/envoy @ f0c232963ef5c36a3fe4f4697afc71ff3861873a
9 months ago
update-envoy[bot]
60c200d280
deps/api: Bump `bazel_skylib` -> 1.6.1 ( #34049 )
...
Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
Co-authored-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
Mirrored from https://github.com/envoyproxy/envoy @ 948954020077ca5f0de134812347c0b858be3633
10 months ago
update-envoy[bot]
96381db59f
deps/api: Bump `opentelemetry_proto` -> 1.3.1 ( #34048 )
...
Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
Co-authored-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
Mirrored from https://github.com/envoyproxy/envoy @ c2a137b46b844e06e8fc81eeeee7e562c857b5ed
10 months ago
update-envoy[bot]
286aa43d08
Ext_proc: support RouteCacheAction in the filter config ( #33830 )
...
This PR is a follow up change for: #33582 .
It is to support RouteCacheAction to force clearing the route cache in ext_proc filter even side stream server does not send the clear_route_cache in the response.
Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ a7d3789c3eeda314c6a96be72485eb89a672a268
10 months ago
update-envoy[bot]
f4cbc5f7b2
Credential Injector Filter: OAuth2 client credential extension ( #33702 )
...
* Credential Injector Filter: Oauth2 client credential extension
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* Add tests
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* format
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* proto update
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* doc and gcc fix
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* docs
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* more tests and configuration knob for retry interval
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* format
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* format
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* retrigger ci
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* test
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* test
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* docs update
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* enable/disable instead recreating timer
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* retrigger ci
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* config test
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* yamllint
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* path update
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* try adding credentials file
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* access log
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* update path
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* more updates
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* add secrets for test env
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* add secrets dir
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* fix another rule
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* fix file count and address timer feedback
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* remove debugging changes
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* fix
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* dont use statelessMockServerContext
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* revert mockServerContext and docs changes to see if tests pass
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* revert references to example yamls
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* revert the reverts
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* retrigger ci
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* Use static secret in docs and more tests
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* format
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* format
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* fix
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* feedback
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* retrigger ci
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* more tests
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* format
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* fix tsan
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* Address feedback: docs and request lifetime
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* title line
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* fix doc
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* More tests
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* format
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* Address feedback
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* revert accidental commit
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* Move extension tests to under http/extensions
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* add teardown
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* tear down
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
* asan
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
---------
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 1d180acd16605f5ba7519c953fcf3874c933e553
10 months ago
update-envoy[bot]
ba051b0265
opencensus: Disable by default ( #33912 )
...
Signed-off-by: Ryan Northey <ryan@synca.io>
Mirrored from https://github.com/envoyproxy/envoy @ d7fbda8be40c7b3ea3cda342a6c6982384d29c15
10 months ago
update-envoy[bot]
449c956946
Add explicit header mutation validation ext_authz ( #33244 )
...
* Validate headers & percent-encode query parameters in ext_authz
Signed-off-by: Antonio Leonti <leonti@google.com>
* move-- not copy-- header mutations in grpc client
Signed-off-by: antoniovleonti <leonti@google.com>
* move validation to clients
Signed-off-by: antoniovleonti <leonti@google.com>
* clean up diff
Signed-off-by: antoniovleonti <leonti@google.com>
* oops, add query param percent encoding to grpc client
Signed-off-by: antoniovleonti <leonti@google.com>
* clean up unnecessary diff and remove unused function declaration
Signed-off-by: antoniovleonti <leonti@google.com>
* remove unnecessary diff from ext_authz_test
Signed-off-by: antoniovleonti <leonti@google.com>
* final clean up
Signed-off-by: antoniovleonti <leonti@google.com>
* split ext_authz_test change into own PR (#33709 )
Signed-off-by: antoniovleonti <leonti@google.com>
* fix asan error
Signed-off-by: antoniovleonti <leonti@google.com>
* add note in changelog
Signed-off-by: antoniovleonti <leonti@google.com>
* move http validation to own PR
Signed-off-by: antoniovleonti <leonti@google.com>
* Drop client request on invalid mutations
Signed-off-by: antoniovleonti <leonti@google.com>
* formatting & changelog
Signed-off-by: antoniovleonti <leonti@google.com>
* remove debug logs
Signed-off-by: antoniovleonti <leonti@google.com>
* remove done todo
Signed-off-by: antoniovleonti <leonti@google.com>
* remove comment about precent encoding query params
Signed-off-by: antoniovleonti <leonti@google.com>
* add Rejected to exhaustive status switch statement
Signed-off-by: antoniovleonti <leonti@google.com>
* handle rejected case in the network ext_authz filter
Signed-off-by: antoniovleonti <leonti@google.com>
* move validation to http filter
Signed-off-by: antoniovleonti <leonti@google.com>
* fix incorrectly numbered proto field
Signed-off-by: antoniovleonti <leonti@google.com>
* remove unused runtime feature flag
Signed-off-by: antoniovleonti <leonti@google.com>
* remove unnecessary comma
Signed-off-by: antoniovleonti <leonti@google.com>
* fix inconsistent HeaderVector constructor call fmt
Signed-off-by: antoniovleonti <leonti@google.com>
* remove unnecessary diff
Signed-off-by: antoniovleonti <leonti@google.com>
* remove unnecessary dependency
Signed-off-by: antoniovleonti <leonti@google.com>
* remove unnecessary diff
Signed-off-by: antoniovleonti <leonti@google.com>
* fix spelling
Signed-off-by: antoniovleonti <leonti@google.com>
* Update api/envoy/extensions/filters/http/ext_authz/v3/ext_authz.proto
Co-authored-by: Greg Greenway <ggreenway@apple.com>
Signed-off-by: Antonio V. Leonti <53806445+antoniovleonti@users.noreply.github.com>
* Update api/envoy/extensions/filters/http/ext_authz/v3/ext_authz.proto
Co-authored-by: Greg Greenway <ggreenway@apple.com>
Signed-off-by: Antonio V. Leonti <53806445+antoniovleonti@users.noreply.github.com>
* config guard remove-header change & make fmting consistent
Signed-off-by: antoniovleonti <leonti@google.com>
* remove using decls from ext_authz_test
Signed-off-by: antoniovleonti <leonti@google.com>
* remove unnecessary diff
Signed-off-by: antoniovleonti <leonti@google.com>
* add stat check to integration test
Signed-off-by: antoniovleonti <leonti@google.com>
* remove using decl from grpc_impl_test
Signed-off-by: antoniovleonti <leonti@google.com>
* formatting changes
Signed-off-by: antoniovleonti <leonti@google.com>
* replace unused using decl with a needed one
Signed-off-by: antoniovleonti <leonti@google.com>
* remove unused counter
Signed-off-by: antoniovleonti <leonti@google.com>
---------
Signed-off-by: Antonio Leonti <leonti@google.com>
Signed-off-by: antoniovleonti <leonti@google.com>
Signed-off-by: Antonio V. Leonti <53806445+antoniovleonti@users.noreply.github.com>
Co-authored-by: Greg Greenway <ggreenway@apple.com>
Mirrored from https://github.com/envoyproxy/envoy @ 1c6eba59dbcced94c9974dc69d1bfcfa9ee3107d
10 months ago
update-envoy[bot]
4a688d5f52
quic: support for server-preferred address behind DNAT ( #33774 )
...
Signed-off-by: Greg Greenway <ggreenway@apple.com>
Mirrored from https://github.com/envoyproxy/envoy @ c940f2480c000d1a8797eb652bdd43af6c2c47dc
10 months ago
update-envoy[bot]
4bcd3855e6
runtime: removing use_cluster_cache_for_alt_protocols_filter ( #33730 )
...
* runtime: removing use_cluster_cache_for_alt_protocols_filter
Fixes #33628
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
Mirrored from https://github.com/envoyproxy/envoy @ e8be26c404e12576bad3551a01b58c9bcdedd154
10 months ago
update-envoy[bot]
62c4dad502
deps/api: Bump `opentelemetry_proto` -> 1.3.0 ( #33901 )
...
Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
Co-authored-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
Mirrored from https://github.com/envoyproxy/envoy @ a0eae0ab53622fdf5383f6059329d178b5e3d20f
10 months ago
update-envoy[bot]
b0eeea5680
deps/api: Bump `com_github_bufbuild_buf` -> 1.31.0 ( #33903 )
...
Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
Co-authored-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
Mirrored from https://github.com/envoyproxy/envoy @ 0a7be751c0990713ff2d4da7ba61898e24651f93
10 months ago
update-envoy[bot]
705ea7db7f
wasm: Fix typo found in documentation ( #33874 )
...
Signed-off-by: Jon Friesen <jon@jonfriesen.ca>
Mirrored from https://github.com/envoyproxy/envoy @ 29d30aa2ea190d67c04cdc26f23c5c9954460ab4
10 months ago
update-envoy[bot]
266802ebd6
generic proxy: complete basic support of timeout and retry ( #33836 )
...
* generic proxy: complete basic support of timeout and retry
Signed-off-by: wbpcode <wbphub@live.com>
---------
Signed-off-by: wbpcode <wbphub@live.com>
Mirrored from https://github.com/envoyproxy/envoy @ 155808486ecc4a401c78e24c9d6919f74dc254fe
10 months ago
update-envoy[bot]
056ace5cd8
Disable shadow host suffix append ( #31930 )
...
Add runtime feature envoy.reloadable_features.enable_shadow_header_suffix to toggle appending the -shadow suffix to mirrored clusters. Default is false (appends -shadow).
Risk Level: Low
Testing: Unit
Docs Changes: Updated route mirror
Release Notes: Updated current.yaml
Platform Specific Features: n/a
Optional Runtime guard: envoy_reloadable_features_enable_shadow_header_suffix
Fixes #9094
Signed-off-by: Hochstetler, Jacob <Jacob.Hochstetler@fmr.com>
Signed-off-by: Jacob Hochstetler <jacob.hochstetler@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 35c7135d9a089d93dcd7d6e3c07d14c738223775
10 months ago
update-envoy[bot]
2951ef7db2
Upgrade protobuf to 25.3 and gRPC to 1.62.1 ( #33706 )
...
Risk Level: Low
Testing: Unit Tests
Signed-off-by: Yan Avlasov <yavlasov@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ ad82647bf6311f18d12321bbf65383ee4c5fc807
10 months ago
update-envoy[bot]
5389761ce7
c-ares: add option for udp_max_queries ( #33551 )
...
---------
Signed-off-by: deveshkandpal1224 <deveshkandpal1224@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 048d9a2302c7f42f0184e774fffc30fa496ebd22
10 months ago
update-envoy[bot]
d79fcba4ef
Adding route action field in the ExternalProcessing proto ( #33582 )
...
Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ c15b875d2f03f583d8bbaa3a43325196c69b73de
10 months ago
update-envoy[bot]
560ab46dbf
Drop overload runtime key ( #33737 )
...
Adding runtime key to protect drop overload feature.
The runtime key "load_balancing_policy.drop_overload_limit" can be configured with an integer 0 to 100. 0 means 0%. 100 means 100%. So, when there is an EDS update with drop_overloads configuration, if this runtime key is enabled, Envoy will pick up the smaller one between these two to perform the drops.
---------
Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ ef8a34d89f85f434e6df562c742b63a359d0ceb4
10 months ago
update-envoy[bot]
ad1abacdfe
xds: define precedence between TLS cert fields ( #33749 )
...
Signed-off-by: Mark D. Roth <roth@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 686d7d9d0339e3909e677d8aaee426eec8a30cd5
10 months ago
update-envoy[bot]
0a1196c3c9
rules_go//proto : use go_grpc_v2 instead of go_grpc ( #33062 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ e77732b4df9fc8fe9c645b6afdfd175a1f099f93
10 months ago
update-envoy[bot]
8177248de9
[extension inplace change the ImmediateResponse::body type from string to bytes ( #33563 )
...
* inplace change the ImmediateResponse::body type from string to bytes
per discussion this should be a safe swap for c++ Envoy
Signed-off-by: Xin Zhuang <stevenzzz@google.com>
* add a unit test for non-utf8 body in extenal immediate response
Signed-off-by: Xin Zhuang <stevenzzz@google.com>
---------
Signed-off-by: Xin Zhuang <stevenzzz@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ ab4b6f70b283905d5fcb5ddb0b0be34562873b51
10 months ago
update-envoy[bot]
0aa57dba9c
Bump io_bazel_rules_go -> 0.46.0 ( #33084 )
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ af915efe430a670a9eed89bd57778657374acd4e
10 months ago
update-envoy[bot]
fed9543b96
deps/api: Bump `opentelemetry_proto` -> 1.2.0 ( #33688 )
...
Signed-off-by: Ryan Northey <ryan@synca.io>
Co-authored-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
Mirrored from https://github.com/envoyproxy/envoy @ 763112853c4d6bb819a710cd2899386261181643
10 months ago
update-envoy[bot]
5e068d7b93
deps/api: Bump `rules_proto_grpc` -> 4.6.0 ( #33689 )
...
Signed-off-by: Ryan Northey <ryan@synca.io>
Co-authored-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
Mirrored from https://github.com/envoyproxy/envoy @ 34bd1df90994d6d4d25ac6ff3d3209c5660fe48d
10 months ago
update-envoy[bot]
a3c7b1d67f
generic proxy router api add timeout field ( #33641 )
...
Signed-off-by: liulanyi <2646907366@qq.com>
Mirrored from https://github.com/envoyproxy/envoy @ 651bf1d83d1bfa1de8f7bbb0d08982074ea2f4b9
10 months ago
update-envoy[bot]
d2ed0ac0e9
build(deps): bump envoyproxy/toolshed from actions-v0.2.29 to 0.2.30 ( #33558 )
...
* build(deps): bump envoyproxy/toolshed from actions-v0.2.29 to 0.2.30
Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed ) from actions-v0.2.29 to 0.2.30. This release includes the previously tagged commit.
- [Release notes](https://github.com/envoyproxy/toolshed/releases )
- [Commits](https://github.com/envoyproxy/toolshed/compare/actions-v0.2.29...actions-v0.2.30 )
---
updated-dependencies:
- dependency-name: envoyproxy/toolshed
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* add-missing
* deps/api: Bump `envoy_toolshed` -> 0.1.3
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
Mirrored from https://github.com/envoyproxy/envoy @ 527a6e46f675e35b788c5af0f5a7c52b94321a45
10 months ago
update-envoy[bot]
673a274585
rbac: Add per-policy stats to HTTP filter ( #32313 )
...
This adds additional stats for `rules` and `shadow_rules` in the HTTP-based RBAC filter.
Fixes #32129
---------
Signed-off-by: Henry Wang <henry.wang@datadoghq.com>
Mirrored from https://github.com/envoyproxy/envoy @ 5eccc35176a77633c98bd96baa64d15bd3c5fe2f
10 months ago
update-envoy[bot]
85fe9372b6
Add credentials profile in aws_lambda config ( #33293 )
...
Signed-off-by: Juan Manuel Ollé <jolle@mulesoft.com>
Mirrored from https://github.com/envoyproxy/envoy @ d41761887ee34c8d015e2fd8272d118d14912081
10 months ago
update-envoy[bot]
a7daf4d066
Support dynamic_action in composite filter ( #33511 )
...
---------
Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ b5c7e512e073ea4e8ef478d93cfae3d610cada98
10 months ago
update-envoy[bot]
9d75581677
ext_proc: convert ext_proc filter into dual filter ( #33273 )
...
---------
Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 34bb97cfc9d22838c057f8ad0c18c7364024b8b1
10 months ago
update-envoy[bot]
c8a0953530
Make hot restart tolerate premature death of the parent instance ( #33216 )
...
---------
Signed-off-by: Raven Black <ravenblack@dropbox.com>
Mirrored from https://github.com/envoyproxy/envoy @ f5bca686eb043e099bd96a8049a38048c402cd36
10 months ago
update-envoy[bot]
d469256ba4
Convert match_delegate and composite filter as dual filter (2nd approach) ( #33013 )
...
---------
Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ dffc5f1d389c6f8601b790fbcbc40236f58522f6
11 months ago
update-envoy[bot]
47be8115f5
feat: credential injector impl ( #30850 )
...
* credential injector impl
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
---------
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Co-authored-by: phlax <phlax@users.noreply.github.com>
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 5f6842890c67bdadab129a78bf2e521068d69f61
11 months ago
update-envoy[bot]
02a3178ba9
basic_auth: add support for per-route filter ( #33335 )
...
* basic_auth: add per-route filter
Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
---------
Signed-off-by: Jacek Ewertowski <jewertow@redhat.com>
Mirrored from https://github.com/envoyproxy/envoy @ 8d2df82f081bc9e33f6022a41893c37b3c0928d3
11 months ago
update-envoy[bot]
6bb0287c22
build: bump vtprotobuf dependency ( #33365 )
...
This picks up a few bug fixes and allows us to remove our build tag
hacks
Signed-off-by: John Howard <john.howard@solo.io>
Mirrored from https://github.com/envoyproxy/envoy @ 72fe210ed073600019697b5cd8979489584ee43d
11 months ago
update-envoy[bot]
4d6b7b8d6d
api: Add observability mode in ext_proc ( #32696 )
...
---------
Signed-off-by: tyxia <tyxia@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 14f27cb2678774110ecdf7338355b969f9b669fb
11 months ago
update-envoy[bot]
eedabf55f3
deps/api: Bump `prometheus_metrics_model` -> 0.6.1 ( #33360 )
...
Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
Co-authored-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
Mirrored from https://github.com/envoyproxy/envoy @ 127d3bc81179c274c8bd0704c1513d244c727874
11 months ago
update-envoy[bot]
9d3577749b
deps/api: Bump `com_github_bufbuild_buf` -> 1.30.1 ( #33359 )
...
Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
Co-authored-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com>
Mirrored from https://github.com/envoyproxy/envoy @ 6040ed9dd2a3793f3dbd0a1a7721d8690e9c0558
11 months ago
update-envoy[bot]
3bdf6cf17e
gRPC: Implement max_receive_message_length in envoy gRPC ( #32711 )
...
---------
Signed-off-by: tyxia <tyxia@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ c3f72258d482990a499c5203abcf3d1ae3fa4d58
11 months ago
update-envoy[bot]
3db704df89
deps: Bump `com_github_cncf_xds` to cncf/xds@0c46c01 ( #33160 )
...
cel: Support canonical CEL in xds.type.v3.CelExpression
Signed-off-by: Sergii Tkachenko <sergiitk@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 805fc6418681af22716304d007a62fdb6bb45e0e
11 months ago
update-envoy[bot]
6dde0530f9
proxy_protocol_filter: Add configuration to match only specific proxy protocol versions, new stats ( #32861 )
...
---------
Signed-off-by: Teju Nareddy <tnareddy@confluent.io>
Mirrored from https://github.com/envoyproxy/envoy @ 113e997a7f8752d1564518f6c42e81305ad4dc88
11 months ago
update-envoy[bot]
b1201e6146
mismatch content type should set on_error metadata in json_to_metadata filter ( #33073 )
...
* mismatch content type should set on_error metadata in json_to_metadata filter
Signed-off-by: kuochunghsu <kuochunghsu@pinterest.com>
Mirrored from https://github.com/envoyproxy/envoy @ 6aea06a3e9ba5ee7f5537cf0f70a72bdbb35ab72
11 months ago
update-envoy[bot]
b9c229532c
opentelemetrytracer: Dynatrace sampler: Use http_service in configura… ( #33034 )
...
* opentelemetrytracer: Dynatrace sampler: Use http_service in configuration. (#22 )
* change dynatrace sampler config to use http_service
Signed-off-by: thomas.ebner <thomas.ebner@dynatrace.com>
Signed-off-by: Thomas Ebner <96168670+samohte@users.noreply.github.com>
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
* modify protobuf doc
Signed-off-by: thomas.ebner <thomas.ebner@dynatrace.com>
* remove empty line in proto file
Signed-off-by: thomas.ebner <thomas.ebner@dynatrace.com>
* added empty line in proto file
Signed-off-by: thomas.ebner <thomas.ebner@dynatrace.com>
* try to fix "Error in "code-block" directive"
Signed-off-by: thomas.ebner <thomas.ebner@dynatrace.com>
* fix "Error in "code-block" directive"
Signed-off-by: thomas.ebner <thomas.ebner@dynatrace.com>
* change proto documentation again
Signed-off-by: thomas.ebner <thomas.ebner@dynatrace.com>
* review feedback: keep unused values marked as deprecated. Add a new
field.
Signed-off-by: thomas.ebner <thomas.ebner@dynatrace.com>
* Revert "review feedback: keep unused values marked as deprecated. Add a new"
This reverts commit cec4b0fe01cfbffb98a8a02dc583c28ac98a3f02.
Signed-off-by: thomas.ebner <thomas.ebner@dynatrace.com>
---------
Signed-off-by: thomas.ebner <thomas.ebner@dynatrace.com>
Signed-off-by: Thomas Ebner <96168670+samohte@users.noreply.github.com>
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
Mirrored from https://github.com/envoyproxy/envoy @ 838f27200ddca87f4c2cb2adcc4d25f5741f4a82
11 months ago
update-envoy[bot]
0a77605b40
Support forwarding username to backends ( #32943 )
...
Related to #32419
Risk level: Low
Testing: Unit/integration tests.
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 34d67fc5c046527b25f37b2ae06dd6ee8e41ceae
11 months ago