update-envoy[bot]
2ecfd9f58e
api: mark the unified matcher API as stable ( #30112 )
...
Commit Message: The API is now used in many places and must follow safe deprecation practices.
Additional Description:
Risk Level: low
Testing: none
Docs Changes:
Release Notes:
Platform Specific Features:
Mirrored from https://github.com/envoyproxy/envoy @ be01f8ae38ab48d38ab28dac9a682d789fa4bc09
1 year ago
update-envoy[bot]
8bded714c2
docs: Fix auto-host-rewrite doc ( #29888 )
...
* Fix auto-host-rewrite doc
auto-host-rewrite does have effect when using EDS and setting hostname
field.
Signed-off-by: Jihoon Chung <jihoon@gmail.com>
* kick ci
Signed-off-by: Jihoon Chung <jihoon@gmail.com>
---------
Signed-off-by: Jihoon Chung <jihoon@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 8399fb4c7ef2ab4e8350db63e561e6cc54ac5144
1 year ago
update-envoy[bot]
64fe9f316a
udp_tunneling: add udp tunneling ( #29839 )
...
Signed-off-by: ohadvano <49730675+ohadvano@users.noreply.github.com>
Co-authored-by: David Schinazi <DavidSchinazi@users.noreply.github.com>
Mirrored from https://github.com/envoyproxy/envoy @ 95b695166e9497fbf84b66db621adb7d98cf8989
1 year ago
update-envoy[bot]
c167a74e62
Oauth2 filter: refresh token support ( #24684 )
...
* Using a refresh token for updating the access token if that is provided by identity provider server
Signed-off-by: alexcei88 <alexcei88@yandex.ru>
* Add additional statistic counters to oauth2 filter
Signed-off-by: alexcei88 <alexcei88@yandex.ru>
* Increment oauth_success counter in case getting access token by refresh token
Signed-off-by: alexcei88 <alexcei88@yandex.ru>
* More tests for oauth2 filter
Signed-off-by: alexcei88 <alexcei88@yandex.ru>
* Merge branch 'main' into oauth2_refresh_token_support
Signed-off-by: alexcei88 <alexcei88@yandex.ru>
* Removed unused function bearerPrefix. Added a test to coverage of setting refresh and id tokens from identity provider
Signed-off-by: alexcei88 <alexcei88@yandex.ru>
* Removed unused function bearerPrefix. Added a test to coverage of setting refresh and id tokens from identity provider
Signed-off-by: alexcei88 <alexcei88@yandex.ru>
* authorization header passing after updating access token using by refresh token
Signed-off-by: alexcei88 <alexcei88@yandex.ru>
* Add tests and remove some useless tests
Signed-off-by: alexcei88 <alexcei88@yandex.ru>
* update changelogs and docs
Signed-off-by: alexcei88 <alexcei88@yandex.ru>
* edit after review
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* Update docs/root/configuration/http/http_filters/oauth2_filter.rst
Co-authored-by: Snow Pettersen <aickck@gmail.com>
Signed-off-by: Alexcei <lex9.darovskoi@gmail.com>
* Update docs/root/configuration/http/http_filters/oauth2_filter.rst
Co-authored-by: Snow Pettersen <aickck@gmail.com>
Signed-off-by: Alexcei <lex9.darovskoi@gmail.com>
* Update docs/root/configuration/http/http_filters/oauth2_filter.rst
Co-authored-by: Snow Pettersen <aickck@gmail.com>
Signed-off-by: Alexcei <lex9.darovskoi@gmail.com>
* Update source/extensions/filters/http/oauth2/filter.cc
Co-authored-by: Snow Pettersen <aickck@gmail.com>
Signed-off-by: Alexcei <lex9.darovskoi@gmail.com>
* Edit after review. Cosmetic changes without changing of functionality
Signed-off-by: Alexcei <lex9.darovskoi@gmail.com>
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* Fix tests build
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* Fix build tests
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* Changing after review
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* Fix oauth2 proto file
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* Fix oauth2 proto file
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* add integration test covered refresh token flow
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* Fix oauth2 test after merging
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* Edit after review
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* small refactoring after review
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* naming of functions
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* one more naming of functions
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* Fix formatting
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* Fix formatting
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* minor changes
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* fix variable name
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* fix build
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* Fix oauth2 tests
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* Fix formatting
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* Update docs/root/configuration/http/http_filters/oauth2_filter.rst
Co-authored-by: Derek Argueta <darguetap@gmail.com>
Signed-off-by: Alexcei <lex9.darovskoi@gmail.com>
* Update docs/root/configuration/http/http_filters/oauth2_filter.rst
Co-authored-by: Derek Argueta <darguetap@gmail.com>
Signed-off-by: Alexcei <lex9.darovskoi@gmail.com>
* Update docs/root/configuration/http/http_filters/oauth2_filter.rst
Co-authored-by: Derek Argueta <darguetap@gmail.com>
Signed-off-by: Alexcei <lex9.darovskoi@gmail.com>
* Fix formatting
Signed-off-by: Alexcei <lex9.darovskoi@gmail.com>
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* Changed type of use_refresh_token to BoolValue
Signed-off-by: Alexcei <lex9.darovskoi@gmail.com>
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* Fix formatting
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* added the end . after comment for use_refresh_token variable
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* Fix formatting
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
* Fixed formatting error in oauth.proto file
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
---------
Signed-off-by: alexcei88 <alexcei88@yandex.ru>
Signed-off-by: alexcei88 <lex9.darovskoi@gmail.com>
Signed-off-by: Alexcei <lex9.darovskoi@gmail.com>
Co-authored-by: alexcei88 <alexcei88@yandex.ru>
Co-authored-by: Snow Pettersen <aickck@gmail.com>
Co-authored-by: Derek Argueta <darguetap@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ b31401c94476bc52743f25021c50de8490abe63b
1 year ago
update-envoy[bot]
2e958bf11a
build: Move cc_proto_descriptor_library into api/ ( #29837 )
...
Signed-off-by: Ryan Hamilton <rch@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 56c88dd4ad33a611a2e622edf7eb3dbaadb59ce1
1 year ago
update-envoy[bot]
5e2e6438f4
[quic]fix default config for port migration ( #29939 )
...
Commit Message: Fix the default config for port migration. It's supposed to be 4 PTOs, but it was incorrectly set to 1.
Risk Level: low
Testing: integration tests
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: client only.
Signed-off-by: Renjie Tang <renjietang@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 61afc661ba3b02ae01dd74951c3bee4a1bfb2326
1 year ago
update-envoy[bot]
d525ab3672
ci/tools: Add tarball unpacker ( #29899 )
...
Signed-off-by: phlax <phlax@users.noreply.github.com>
Mirrored from https://github.com/envoyproxy/envoy @ 2a0f2657d2af838956daa4e7cd589eb5e925edfd
1 year ago
update-envoy[bot]
a9db3d07da
docs/api: Fix RST backtick errors and enforce ( #29898 )
...
Signed-off-by: Ryan Northey <ryan@synca.io>
Mirrored from https://github.com/envoyproxy/envoy @ 2c9c58b99b4ae516fb6c6661b76868c744f691b8
1 year ago
update-envoy[bot]
f471d6cee2
docs: Improve builds for Envoy and mobile (stamping) ( #29887 )
...
Signed-off-by: Ryan Northey <ryan@synca.io>
Mirrored from https://github.com/envoyproxy/envoy @ d3a226ca21a15f53f15702a50dba733354da025f
1 year ago
update-envoy[bot]
82a19f96bc
ci: Use clang-tidy tools from toolshed ( #29848 )
...
Signed-off-by: Ryan Northey <ryan@synca.io>
Mirrored from https://github.com/envoyproxy/envoy @ f1425b77ac967247090ac8caafcd34ca27efcc7f
1 year ago
update-envoy[bot]
08aa80def0
redis proxy : read commands policy for prefix route ( #29719 )
...
Signed-off-by: Liang Peng <ikenchina@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 0bc754a213b6cd28c7117c82de0f721bb19d6ef2
1 year ago
update-envoy[bot]
6402d31ee2
Dependencies: remove duplicate toolshed entry ( #29823 )
...
Clean up erroneous toolshed dependency. Noop name update to libcirclhist.
Signed-off-by: moderation <michael@sooper.org>
Mirrored from https://github.com/envoyproxy/envoy @ 147c893e867dc7a8cd5967efcccc8ab394fcdfee
1 year ago
update-envoy[bot]
d39f4e60f0
router: update query params hash policy to use new data structure ( #29756 )
...
* update query params hash policy to use new data structure
Signed-off-by: Neal Turett <neal.turett@datadoghq.com>
* PR nit
Signed-off-by: Neal Turett <turettn@gmail.com>
---------
Signed-off-by: Neal Turett <neal.turett@datadoghq.com>
Signed-off-by: Neal Turett <turettn@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 96079c70ac26c945c1d87fcaaefbd77750b2d7b5
1 year ago
update-envoy[bot]
2879bdc243
bazel/tooling: Use toolshed `json_data` macro ( #29790 )
...
As this is used in the api as well as Envoy itself the dep has
been moved there.
Signed-off-by: phlax <phlax@users.noreply.github.com>
Mirrored from https://github.com/envoyproxy/envoy @ b0fec2ecdd54cf8a92a04a6d2481cdacd65c9d36
1 year ago
update-envoy[bot]
3887ffe42b
Revert "ext_authz: make the ext_authz filter a dual filter ( #29173 )" ( #29779 )
...
This reverts commit 9918a0a06deaf0cb3c935566523ab3fdd7a2bab1.
Signed-off-by: Eugene Chan <eugenechan@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 15f38ada69c055f1800671eda7ac727ca4666540
1 year ago
update-envoy[bot]
6a27123da2
http-tap downstream connection ( #29420 )
...
Additional Description:
Risk Level: Low
Testing: Ut/Integrated Test
Docs Changes:
Release Notes:
Platform Specific Features:
Signed-off-by: Felix Du <durd07@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 6092cdcc2f4cce51c7c6409b4452e52d0a185f42
1 year ago
update-envoy[bot]
e141467f77
[ZK filter] Add per opcode request/response bytes counters ( #29081 )
...
[ZK filter] Add per opcode request/response byte counters
Additional Description: Currently, the ZK filter only reports total request/response bytes. This PR adds the feature to report per opcode request/response bytes counters. These new metrics will be controlled by enable_per_opcode_request_response_bytes. Its default value is false, which means these metrics will not be emitted by default.
With the per opcode request/response bytes counters, plus existing per opcode request/response counters, we are able to get the average request/response size of each opcode. This gives us more observability of ZK.
Risk Level: low
Testing: unit tests
Docs Changes: This PR updates the ZK filter doc.
Release Notes: See changelogs/current.yaml
API Considerations: Add enable_per_opcode_request_bytes and enable_per_opcode_response_bytes to ZK proto.
Signed-off-by: Zhewei Hu <zhu@pinterest.com>
Mirrored from https://github.com/envoyproxy/envoy @ 91fd29408f0e788f2180746c55bc34d395d24e11
1 year ago
update-envoy[bot]
19cc8bade1
tracing: introduce spawn_upstream_span in the tracing config ( #29659 )
...
* tracing: introduce spawn_upstream_span in the tracing config
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* optimize docs
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
---------
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
Mirrored from https://github.com/envoyproxy/envoy @ 16b71f85ed6de7a091e530996381b62ba7adb32e
1 year ago
update-envoy[bot]
fd4844a69c
local ratelimit support whether consume default token bucket config when there is no matching descriptor ( #29446 )
...
Signed-off-by: wangkai19 <wangkai19@corp.netease.com>
Mirrored from https://github.com/envoyproxy/envoy @ 41d40d97d5b5ab19589ed78b77fc9abd4f0d87da
1 year ago
update-envoy[bot]
c72e69d748
Ext_proc: restrict mode_override to header response only ( #29441 )
...
* Ext_proc: restrict mode_override to header response only.
---------
Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ db1639f10b9fd0ba611e7f33152d3bf3b7d0fcf8
1 year ago
update-envoy[bot]
5d63fd1137
router: switch to use new QueryParametersMulti type ( #29385 )
...
Signed-off-by: Neal Turett <neal.turett@datadoghq.com>
Mirrored from https://github.com/envoyproxy/envoy @ cfdc99a00d43c6c08c22229c7053410446e51a3a
1 year ago
update-envoy[bot]
a653de9f20
udp_session_filters: add HTTP capsule filter (resubmit) ( #29716 )
...
Signed-off-by: ohadvano <ohadvano@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 5cf7598848f46ff8e0dde4b96c1680401484c77c
1 year ago
update-envoy[bot]
01394af508
Update the doc and status for composite_filter and matching API ( #29674 )
...
*Composite filter has already been declared as stable in extensions_metadata.yaml
*matching API and its extensions have been used for a while. So I think breaking API changes are not allowed.
Signed-off-by: tyxia <tyxia@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 2c29797bd4744ab0910dc2f3103b48bec852e967
1 year ago
update-envoy[bot]
19712a3768
Revert "udp_session_filters: add HTTP capsule filter ( #29569 )" ( #29714 )
...
This reverts commit e95324541b0e1cbfa07b43cbf87490cff7383f27.
This change broke the compile_time_options CI job.
Signed-off-by: Greg Greenway <ggreenway@apple.com>
Mirrored from https://github.com/envoyproxy/envoy @ de85ff2a125a2c23378bd463259fbea3e05442f9
1 year ago
update-envoy[bot]
c2916048ac
udp_session_filters: add HTTP capsule filter ( #29569 )
...
Signed-off-by: ohadvano <ohadvano@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ e95324541b0e1cbfa07b43cbf87490cff7383f27
1 year ago
update-envoy[bot]
c6cfe83d60
tls: add disable_stateful_session_resumption option ( #29639 )
...
Signed-off-by: Kenneth Jenkins <51246568+kenjenkins@users.noreply.github.com>
Mirrored from https://github.com/envoyproxy/envoy @ 62c9de74ae1e241cba0ed2202e09e055ea74eaf4
1 year ago
update-envoy[bot]
678fd2e507
ext_authz: make the ext_authz filter a dual filter ( #29173 )
...
This is a revival of #25535 with changes for previous review comments.
Risk level: low
Testing: integration tested
Docs changes: n/a
Release notes: makes the ext_authz filter a dual filter.
See also: #23071 (model), #10455
Signed-off-by: Eugene Chan <eugenechan@google.com>
Signed-off-by: pianiststickman <34144687+pianiststickman@users.noreply.github.com>
Co-authored-by: Greg Greenway <ggreenway@apple.com>
Mirrored from https://github.com/envoyproxy/envoy @ 9918a0a06deaf0cb3c935566523ab3fdd7a2bab1
1 year ago
update-envoy[bot]
39c8c95a7a
tls: support fallback for private key provider ( #29252 )
...
* support fallback
Signed-off-by: Giantcroc <changran.wang@intel.com>
* change initialized to isAvailable
Signed-off-by: Giantcroc <changran.wang@intel.com>
* test fallback for key provider
Signed-off-by: Giantcroc <changran.wang@intel.com>
* fix doc
Signed-off-by: Giantcroc <changran.wang@intel.com>
* fix const
Signed-off-by: Giantcroc <changran.wang@intel.com>
* fix fallback and test
Signed-off-by: Giantcroc <changran.wang@intel.com>
* fix name
Signed-off-by: Giantcroc <changran.wang@intel.com>
---------
Signed-off-by: Giantcroc <changran.wang@intel.com>
Mirrored from https://github.com/envoyproxy/envoy @ fc6342a95b48c3c8de0262085798c3a4369aa062
1 year ago
update-envoy[bot]
1750a2c5b9
udp_session_filters: defer socket creation for after iterating filters ( #29540 )
...
Signed-off-by: ohadvano <ohadvano@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 1a41521b9fb8840d93d809be022287aadf96b6fb
1 year ago
update-envoy[bot]
f7fca8ca0c
Add contrib filter for validating sha256 checksums ( #29438 )
...
* Add contrib filter for validating sha256 checksums
Signed-off-by: Raven Black <ravenblack@dropbox.com>
* Undo autoformat screwup
Signed-off-by: Raven Black <ravenblack@dropbox.com>
* Remove debug prints
Signed-off-by: Raven Black <ravenblack@dropbox.com>
* fix factory registration/visibility
Signed-off-by: Ryan Northey <ryan@synca.io>
* docs: For Checksum filter
Signed-off-by: Ryan Northey <ryan@synca.io>
* Tidy
Signed-off-by: Raven Black <ravenblack@dropbox.com>
* CODEOWNERS
Signed-off-by: Raven Black <ravenblack@dropbox.com>
* Undo autoformat changes
Signed-off-by: Raven Black <ravenblack@dropbox.com>
* Comments
Signed-off-by: Raven Black <ravenblack@dropbox.com>
* Comment clarity
Signed-off-by: Raven Black <ravenblack@dropbox.com>
* Matchers into a oneof
Signed-off-by: Raven Black <ravenblack@dropbox.com>
---------
Signed-off-by: Raven Black <ravenblack@dropbox.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
Co-authored-by: Ryan Northey <ryan@synca.io>
Mirrored from https://github.com/envoyproxy/envoy @ 13709279873ccbcace21fc9f534337fad4e5e9c0
1 year ago
update-envoy[bot]
da2728a9c1
quic: support QUIC listener filters and ECDS ( #29362 )
...
Commit Message: Add interfaces for QUIC listener filter chain. The filters still use the same config API as TCP listener filters and also get installed before connection creation. The difference is that if the iteration through the chain on onAccept() gets paused, the connection will still be created, though the rest filters will be skipped. The contract of returning StopIteration means the connection socket gets closed, the corresponding connection should be closed.
Additional Message: this change introduced a new extension category envoy.filters.quic_listener.
Risk Level: low, not in use
Testing: new unit tests and integration tests.
Docs Changes: yes
Release Notes: yes
Platform Specific Features: N/A
Signed-off-by: Dan Zhang <danzh@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 9d8cb4b0c6892452741fc41e87d50934bf58acc3
1 year ago
update-envoy[bot]
62cf3c76e5
Changing the internal_listener related extensions to stable. ( #29493 )
...
---------
Signed-off-by: Yanjun Xiang <yanjunxiang@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 95e84e6e94547a683bd00623777aaa41f13efc93
1 year ago
update-envoy[bot]
9d38187abc
Allow custom local address resolvers. ( #27705 )
...
* Allow custom local address resolvers.
#27881 introduces the concept of EDS clusters with hosts that have multiple (potentially > 2) IP addresses.
The current implementation of UpstreamLocalAddressSelector limits the number of source addresses in BindConfig artificially to 2, and further requires that the addresses be of different address families.
The workaround for this (if we need to specify more than 2 source addresses or have multiple addresses from the same family) is to use a custom address resolver that resolves the bind config address to nullptr (and therefore ignore it) and call bind in a customised SocketInterfaceImpl to a local source address determined by the SocketInterfaceImpl specialisation.
This PR makes it possible to define a custom local address selector, that makes it easy to work with a custom address resolver to pick the right source address based on the upstream address selected by HappyEyeballsConnectionImpl
Signed-off-by: pcrao <pcrao@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ da47a54a8ccbaa384c4cb62a5f4fcd4745a72c37
1 year ago
update-envoy[bot]
fc90f1b72c
udp_session_filters: add API for session filters and apply in UDP proxy ( #29366 )
...
Signed-off-by: ohadvano <ohadvano@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 83a7d934cdb98ca8779a9c72795ef2da0345f61c
1 year ago
update-envoy[bot]
c5b7519392
xds rate limit: fixing lower bound for xDS rate limiting ( #28778 )
...
Current fill_rate must be above 0.0 (PGV constraint).
However, a low double value can cause an infinite value when computing 1/fill_rate and its cast to uint64_t fails.
This PR changes the minimal fill_rate to be once-per-year, and if a lower value is given, it is overridden and set to once-per-year.
Alternatives considered: changing the PGV value to 3.1709792e-8 (once-per-year).
Risk Level: Low - minor change in behavior
Testing: Added fuzz test case
Docs Changes: Updated API comments
Release Notes: Added.
Platform Specific Features: N/A
Fixes fuzz bug 60974
Signed-off-by: Adi Suissa-Peleg <adip@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ ffddd03ece01d9a542037bbf275e81a714fd6b8c
1 year ago
update-envoy[bot]
69a6dc03de
http: new runtime flag to disable name downgrading in per filter config searching ( #29407 )
...
* http: new runtime flag to disable name downgrading in per filter config searching
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* fix spelling error
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* update docs/comments
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* minor update
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* address comments
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
---------
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
Mirrored from https://github.com/envoyproxy/envoy @ 1b41133d41c0ae1ba8782d41414162f381083094
1 year ago
update-envoy[bot]
44c869b441
otlp_stats_sink: add stats prefix config option ( #29204 )
...
Adds a config option to set a stat prefix for all stats flushed by the otlp stats sink. Resolves #28962 .
Risk Level: low
Testing: Unit tests, integration tests
Docs Changes: API docs
Signed-off-by: ohadvano <ohadvano@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ a19966b92bc3afcdd68ebeffe53c4b6848733e79
1 year ago
update-envoy[bot]
82f2350bc3
generic proxy: file access log support ( #29295 )
...
* generic proxy: file access log support
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* fix format
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* add test and fix build
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* Kick CI
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* add TODO
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
---------
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
Mirrored from https://github.com/envoyproxy/envoy @ f0144d9df572b929ff27b1d38924e279cef9848e
1 year ago
update-envoy[bot]
9af5e9a8d3
ci/format: Bazelify `check_format` script ( #29397 )
...
Signed-off-by: Ryan Northey <ryan@synca.io>
Mirrored from https://github.com/envoyproxy/envoy @ 6b6ae44ea4f62220fdae8281e987b998edd1026a
1 year ago
update-envoy[bot]
f1e281c553
Replace envoy_reloadable_features_successful_active_health_check_uneject_host with config ( #29303 )
...
Signed-off-by: Sunil Narasimhamurthy <sunnrs@amazon.com>
Mirrored from https://github.com/envoyproxy/envoy @ 72f129d273fa32f49581db3abbaf4b62e3e3703c
1 year ago
update-envoy[bot]
a28b3ea209
ecds: support for upstream network filter ( #29240 )
...
Support of upstream network filter with ECDS. Resolves #14696 .
Risk Level: low
Testing: Integration tests
Docs Changes: ECDS docs
Signed-off-by: ohadvano <ohadvano@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ 41adbd526871ef5312c1f508d332bb9764ce4499
1 year ago
update-envoy[bot]
66eb4f89d9
upstream subset lb: add redundant keys support ( #28874 )
...
* upstream subset lb: add redundant keys support
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* add release note
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* fix protobuf format
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* Update api/envoy/extensions/load_balancing_policies/subset/v3/subset.proto
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
Signed-off-by: code <wangbaiping@corp.netease.com>
* Update source/extensions/load_balancing_policies/subset/subset_lb.h
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
Signed-off-by: code <wangbaiping@corp.netease.com>
* minor update to address comment
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* fix format
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* minor update
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* update test to address comments
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* enhance test
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
* Update api/envoy/extensions/load_balancing_policies/subset/v3/subset.proto
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
Signed-off-by: code <wangbaiping@corp.netease.com>
* Update api/envoy/extensions/load_balancing_policies/subset/v3/subset.proto
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
Signed-off-by: code <wangbaiping@corp.netease.com>
* Update api/envoy/extensions/load_balancing_policies/subset/v3/subset.proto
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
Signed-off-by: code <wangbaiping@corp.netease.com>
* Update api/envoy/extensions/load_balancing_policies/subset/v3/subset.proto
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
Signed-off-by: code <wangbaiping@corp.netease.com>
* Update api/envoy/extensions/load_balancing_policies/subset/v3/subset.proto
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
Signed-off-by: code <wangbaiping@corp.netease.com>
* Update api/envoy/extensions/load_balancing_policies/subset/v3/subset.proto
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
Signed-off-by: code <wangbaiping@corp.netease.com>
* Update api/envoy/extensions/load_balancing_policies/subset/v3/subset.proto
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
Signed-off-by: code <wangbaiping@corp.netease.com>
* Update api/envoy/extensions/load_balancing_policies/subset/v3/subset.proto
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
Signed-off-by: code <wangbaiping@corp.netease.com>
* Update api/envoy/extensions/load_balancing_policies/subset/v3/subset.proto
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
Signed-off-by: code <wangbaiping@corp.netease.com>
* address comment and fix format
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
---------
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
Signed-off-by: code <wangbaiping@corp.netease.com>
Co-authored-by: Adi (Suissa) Peleg <adip@google.com>
Mirrored from https://github.com/envoyproxy/envoy @ 74bfcb0b591bb692db0b9b0700b4822ef8a6d777
1 year ago
update-envoy[bot]
5cffa1f275
Add caught time stamp for http tap filter ( #28472 )
...
Signed-off-by: fchen7 <cliff.chen@nokia-sbell.com>
Mirrored from https://github.com/envoyproxy/envoy @ 29c2a5c49f7ba81a738db018b21c032b578a5069
1 year ago
update-envoy[bot]
b4d71f2a04
docs: fix the license URLs of client_model, flatbuffers and hyperscan ( #29234 )
...
Signed-off-by: Michael Kaufmann <michael.kaufmann@ergon.ch>
Mirrored from https://github.com/envoyproxy/envoy @ e83b53cf138626d0255b4aad2045fcebb47b5d6e
1 year ago
update-envoy[bot]
a06f20558b
api: revert the private_key_provider_list and add fallback field to ProviderKeyProvider api ( #29184 )
...
* Revert "api: introduce the private key provider list field (#28215 )"
This reverts commit b24ea1e75aea899d5106f2a10ddc8f3ef975fe20.
Signed-off-by: He Jie Xu <hejie.xu@intel.com>
* Add fallback to PrivateKeyProvider
Signed-off-by: He Jie Xu <hejie.xu@intel.com>
---------
Signed-off-by: He Jie Xu <hejie.xu@intel.com>
Mirrored from https://github.com/envoyproxy/envoy @ 209dff813fc0bed403a11aa0abcb12342b64d7f7
1 year ago
update-envoy[bot]
a05d3487fa
access_logs: config option to sort JSON properties ( #29084 )
...
Signed-off-by: ohadvano <ohadvano@gmail.com>
Mirrored from https://github.com/envoyproxy/envoy @ fc33e5d94f6919f6748e468b75df607bdd667e24
1 year ago
update-envoy[bot]
d3f507010c
deps: Bump `com_github_bufbuild_buf` -> 1.26.1 ( #29210 )
...
Fix #28947
Signed-off-by: Ryan Northey <ryan@synca.io>
Mirrored from https://github.com/envoyproxy/envoy @ df749bcd8b39bb615c88045e07326fed1378d916
1 year ago
update-envoy[bot]
35e355dfa0
tracing: Deprecate Opencensus ( @1.30 ) ( #29063 )
...
Signed-off-by: Ryan Northey <ryan@synca.io>
Mirrored from https://github.com/envoyproxy/envoy @ dbf9fa8bef3fe51bc721937ca4a45004e7d34a3d
1 year ago
update-envoy[bot]
b275b4f88c
Tap sink typed extension ( #28808 )
...
Signed-off-by: Ashish Banerjee <ashish.banerjee@solo.io>
Mirrored from https://github.com/envoyproxy/envoy @ c745c1956cdaffa35d6f4933b57a431a2d2e9fc7
1 year ago
update-envoy[bot]
79d1586e2a
docs: fix format of lb API comments ( #29126 )
...
Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
Mirrored from https://github.com/envoyproxy/envoy @ 76ade2a8ac9b92f93028cfbd6ab507e8a69456d3
1 year ago