Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from envoyproxy:main #42

Open
wants to merge 734 commits into
base: main
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Jul 27, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@codecov-commenter
Copy link

codecov-commenter commented Jul 27, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 69.66783% with 347 lines in your changes missing coverage. Please review.

Project coverage is 64.98%. Comparing base (1a7d0c6) to head (f1fbfb4).
Report is 115 commits behind head on main.

Files with missing lines Patch % Lines
internal/gatewayapi/securitypolicy.go 62.24% 79 Missing and 15 partials ⚠️
api/v1alpha1/kubernetes_helpers.go 0.00% 56 Missing ⚠️
internal/gatewayapi/resource/defaulter.go 62.16% 42 Missing and 14 partials ⚠️
internal/gatewayapi/route.go 86.51% 19 Missing and 5 partials ⚠️
internal/extension/registry/extension_manager.go 38.46% 16 Missing ⚠️
internal/gatewayapi/status/gateway.go 0.00% 14 Missing ⚠️
internal/gatewayapi/envoyextensionpolicy.go 85.18% 10 Missing and 2 partials ⚠️
internal/gatewayapi/filters.go 71.87% 7 Missing and 2 partials ⚠️
internal/gatewayapi/listener.go 85.71% 6 Missing and 3 partials ⚠️
internal/gatewayapi/runner/runner.go 0.00% 9 Missing ⚠️
... and 13 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #42      +/-   ##
==========================================
- Coverage   67.46%   64.98%   -2.48%     
==========================================
  Files         183      213      +30     
  Lines       22442    33474   +11032     
==========================================
+ Hits        15141    21754    +6613     
- Misses       6216    10394    +4178     
- Partials     1085     1326     +241     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pull pull bot added the ⤵️ pull label Jul 27, 2024
shahar-h and others added 28 commits December 12, 2024 07:50
* chore: fix osv license scan config and add license override

Signed-off-by: Shahar Harari <[email protected]>

* rename config file

Signed-off-by: Shahar Harari <[email protected]>

* comment out again

Signed-off-by: Shahar Harari <[email protected]>

---------

Signed-off-by: Shahar Harari <[email protected]>
added desc for titan

Signed-off-by: Luv <[email protected]>
release: v1.1.4

Signed-off-by: Guy Daich <[email protected]>
* decoup gateway status update

Signed-off-by: Huabing Zhao <[email protected]>

* decoup gatewayclass status update

Signed-off-by: Huabing Zhao <[email protected]>

* fix test

Signed-off-by: Huabing Zhao <[email protected]>

* add comment

Signed-off-by: Huabing Zhao <[email protected]>

* fix test

Signed-off-by: Huabing Zhao <[email protected]>

* fix test

Signed-off-by: Huabing Zhao <[email protected]>

* revert gateway api runner

Signed-off-by: Huabing Zhao <[email protected]>

* update address and programming status

Signed-off-by: Huabing Zhao <[email protected]>

* Revert "update address and programming status"

This reverts commit bf3d07e.

* avoid overriding the gateway status from Gateway API translator

Signed-off-by: Huabing Zhao <[email protected]>

* minor wording

Signed-off-by: Huabing Zhao <[email protected]>

* minor wording

Signed-off-by: Huabing Zhao <[email protected]>

* only subscribe to status updates upon acquiring leadership

Signed-off-by: Huabing Zhao <[email protected]>

* fix lint

Signed-off-by: Huabing Zhao <[email protected]>

* minor wording

Signed-off-by: Huabing Zhao <[email protected]>

* address comment

Signed-off-by: Huabing Zhao <[email protected]>

* address comment

Signed-off-by: Huabing Zhao <[email protected]>

* minor wording

Signed-off-by: Huabing Zhao <[email protected]>

* fix lint

Signed-off-by: Huabing Zhao <[email protected]>

* minor change

Signed-off-by: Huabing Zhao <[email protected]>

* release note

Signed-off-by: Huabing Zhao <[email protected]>

---------

Signed-off-by: Huabing Zhao <[email protected]>
…/src/helm-docs (#4902)

build(deps): bump golang.org/x/crypto in /tools/src/helm-docs

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.31.0.
- [Commits](golang/crypto@v0.21.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: zirain <[email protected]>
* Fix Weighted Invaid Backend Logic

We were not adding valid clusters where there was a invalid cluster

Regression from #3246

Signed-off-by: Arko Dasgupta <[email protected]>

* add release note

Signed-off-by: Arko Dasgupta <[email protected]>

---------

Signed-off-by: Arko Dasgupta <[email protected]>
update docsy

Signed-off-by: Arko Dasgupta <[email protected]>
* v1.2.4 release note

Signed-off-by: Huabing Zhao <[email protected]>

* fix grammar

Signed-off-by: Huabing Zhao <[email protected]>

* minor change

Signed-off-by: Huabing Zhao <[email protected]>

* minor change

Signed-off-by: Huabing Zhao <[email protected]>

* minor change

Signed-off-by: Huabing Zhao <[email protected]>

---------

Signed-off-by: Huabing Zhao <[email protected]>
…/src/crd-ref-docs (#4903)

build(deps): bump golang.org/x/crypto in /tools/src/crd-ref-docs

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.22.0 to 0.31.0.
- [Commits](golang/crypto@v0.22.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: zirain <[email protected]>
update site link to 1.2.4

Signed-off-by: Huabing Zhao <[email protected]>
* build(deps): bump sigs.k8s.io/controller-runtime from 0.19.2 to 0.19.3

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.19.2 to 0.19.3.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.19.2...v0.19.3)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix gen

Signed-off-by: zirain <[email protected]>

* build(deps): bump go.opentelemetry.io/proto/otlp

Bumps the go-opentelemetry-io group with 1 update in the / directory: [go.opentelemetry.io/proto/otlp](https://github.com/open-telemetry/opentelemetry-proto-go).


Updates `go.opentelemetry.io/proto/otlp` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-proto-go/releases)
- [Commits](open-telemetry/opentelemetry-proto-go@v1.3.1...v1.4.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/proto/otlp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-opentelemetry-io
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix gen

Signed-off-by: zirain <[email protected]>

* add google.golang.org

Signed-off-by: zirain <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: zirain <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.6 to 3.27.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@aa57810...df409f7)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…a and EnvoyProxy.spec.provider.kubernetes.envoyPDB (#4910)

* Add patch field for envoyHPA and envoyPDB in EnvoyGateway API

Signed-off-by: keithfz <[email protected]>

* It's actually currently the envoyPDB field, not envoyPdb

Signed-off-by: keithfz <[email protected]>

* fix comment

Signed-off-by: keithfz <[email protected]>

* fix error messages

Signed-off-by: keithfz <[email protected]>

* Add validation for hpa and pdb

Signed-off-by: keithfz <[email protected]>

* lint and gen-check

Signed-off-by: keithfz <[email protected]>

* adding test coverage

Signed-off-by: keithfz <[email protected]>

* lint

Signed-off-by: keithfz <[email protected]>

---------

Signed-off-by: keithfz <[email protected]>
* adding resilience test suite

Signed-off-by: Alexander Volchok <[email protected]>

* fix licensecheck

Signed-off-by: Alexander Volchok <[email protected]>

* fixing lint

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updadting

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* Update test/resilience/tests/envoygateway.go

Co-authored-by: Huabing (Robin) Zhao <[email protected]>
Signed-off-by: Alex Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

---------

Signed-off-by: Alexander Volchok <[email protected]>
Signed-off-by: Alex Volchok <[email protected]>
Co-authored-by: Huabing (Robin) Zhao <[email protected]>
* Use the same as the envoy proxy and envoy mobile websites

Relates to envoyproxy/envoy-website#273 & envoyproxy/envoy-mobile#2680

Signed-off-by: Arko Dasgupta <[email protected]>
set go version for osv scanner

Signed-off-by: Huabing Zhao <[email protected]>
)

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@01570a1...7b4da11)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: zirain <[email protected]>
…4873)

Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.60.1 to 0.61.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](prometheus/common@v0.60.1...v0.61.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…r/envoy-gateway (#4920)

build(deps): bump busybox in /tools/docker/envoy-gateway

Bumps busybox from `db142d4` to `2919d01`.

---
updated-dependencies:
- dependency-name: busybox
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ub-actions/setup-deps (#4924)

build(deps): bump actions/setup-go in /tools/github-actions/setup-deps

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@41dfa10...3041bf5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…7.4.0+incompatible (#4928)

build(deps): bump github.com/docker/cli

Bumps [github.com/docker/cli](https://github.com/docker/cli) from 27.3.1+incompatible to 27.4.0+incompatible.
- [Commits](docker/cli@v27.3.1...v27.4.0)

---
updated-dependencies:
- dependency-name: github.com/docker/cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix typo

Signed-off-by: Huabing Zhao <[email protected]>
* add test for file-provider

Signed-off-by: shawnh2 <[email protected]>

* fix lint & race test

Signed-off-by: shawnh2 <[email protected]>

---------

Signed-off-by: shawnh2 <[email protected]>
Anu-Ra-g and others added 30 commits February 25, 2025 10:24
* docs: updated docs for cert-manager installation

Signed-off-by: Anu-Ra-g <[email protected]>

* added the helm version to use

Signed-off-by: Anu-Ra-g <[email protected]>

* updated the command

Signed-off-by: Anu-Ra-g <[email protected]>

---------

Signed-off-by: Anu-Ra-g <[email protected]>
* docs: updated the developer guide

Signed-off-by: Anu-Ra-g <[email protected]>

* made some updates

Signed-off-by: Anu-Ra-g <[email protected]>

* updated the comments for PR template

Signed-off-by: Anu-Ra-g <[email protected]>

---------

Signed-off-by: Anu-Ra-g <[email protected]>
* Added Secret and ConfigMap parsing

Signed-off-by: Balazs Stasz <[email protected]>

* Updated release notes

Signed-off-by: Balazs Stasz <[email protected]>

* Fixed lint issues

Signed-off-by: Balazs Stasz <[email protected]>

* Fixed gen-check issues

Signed-off-by: Balazs Stasz <[email protected]>

* Added new test cases for Secret

Signed-off-by: Balazs Stasz <[email protected]>

---------

Signed-off-by: Balazs Stasz <[email protected]>
Signed-off-by: Arko Dasgupta <[email protected]>
Co-authored-by: Arko Dasgupta <[email protected]>
…rs (#5269)

* fix: create a cluster per destination setting for backends with filters

* create a unique name by adding a new destination setting field
* create a unique cluster per dest setting if the setting contains
  filters
* reuse that for locality region name as well

Signed-off-by: Arko Dasgupta <[email protected]>
* build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0

Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](google/go-cmp@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/google/go-cmp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix gen

Signed-off-by: zirain <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: zirain <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: zirain <[email protected]>
* docs: add robots.txt

Signed-off-by: zirain <[email protected]>

* update

Signed-off-by: zirain <[email protected]>

---------

Signed-off-by: zirain <[email protected]>
* chore: fix CVE

Signed-off-by: zirain <[email protected]>

* lint

Signed-off-by: zirain <[email protected]>

---------

Signed-off-by: zirain <[email protected]>
fix: duplicate about refs

Signed-off-by: bitliu <[email protected]>
* adding dns translations

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* fix typo

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updaed

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

* updating

Signed-off-by: Alexander Volchok <[email protected]>

---------

Signed-off-by: Alexander Volchok <[email protected]>
* xds: remove usage of deprecated field exact_match

Signed-off-by: zirain <[email protected]>

* fix gen

Signed-off-by: zirain <[email protected]>

---------

Signed-off-by: zirain <[email protected]>
* api: support customized UpgradeConfigs

Signed-off-by: zirain <[email protected]>

* update

Signed-off-by: zirain <[email protected]>

* hide

Signed-off-by: zirain <[email protected]>

* update

Signed-off-by: zirain <[email protected]>

* rename to Type

Signed-off-by: zirain <[email protected]>

---------

Signed-off-by: zirain <[email protected]>
* feat: Support ForwardUsernameHeader field in the BasicAuth
Signed-off-by: Suren Raju <[email protected]>

* fix: Added +notImplementedHide
Signed-off-by: Suren Raju <[email protected]>

* fix: missing changes
Signed-off-by: Suren Raju <[email protected]>
* fix: backendSettings for extAuth

Fixes: #5371

Signed-off-by: Arko Dasgupta <[email protected]>

* release note

Signed-off-by: Arko Dasgupta <[email protected]>

---------

Signed-off-by: Arko Dasgupta <[email protected]>
* docs: Add Kubermatic as an adopter

Signed-off-by: Karol Szwaj <[email protected]>

* change url

Signed-off-by: Karol Szwaj <[email protected]>

---------

Signed-off-by: Karol Szwaj <[email protected]>
* CEL validation

* Add cel-validation test

Signed-off-by: Jukie <[email protected]>
* This PR introduces the ForwardUsernameHeader field in the BasicAuth section of SecurityPolicy. It enables the Envoy to forward the username of a successfully authenticated user to the backend services via a specified HTTP header. The field is optional. If it's not specified, the username will not be forwarded.

Signed-off-by: Suren Raju <[email protected]>

* fix: test case data

Signed-off-by: Suren Raju <[email protected]>

* fix: test failures
Signed-off-by: Suren Raju <[email protected]>

* fix: failing tests
Signed-off-by: Suren Raju <[email protected]>

* fix: failing tests
Signed-off-by: Suren Raju <[email protected]>

* fix: failing tests
Signed-off-by: Suren Raju <[email protected]>

* Add integration tests
Signed-off-by: Suren Raju <[email protected]>

* fix: e2e test cases
Signed-off-by: Suren Raju <[email protected]>

* Add release note
Signed-off-by: Suren Raju <[email protected]>

* fix: pipeline
Signed-off-by: Suren Raju <[email protected]>

* fix: faling e2e test
Signed-off-by: Suren Raju <[email protected]>

* fix: failing e2e tests
Signed-off-by: Suren Raju <[email protected]>

* fix: failing tests
Signed-off-by: Suren Raju <[email protected]>

* fix: test case comment
Signed-off-by: Suren Raju <[email protected]>

---------

Signed-off-by: Suren Raju <[email protected]>
* Update steering members to envoy gateway project

- Remove Fidelity from steering since they are not active
- Remove VMware from steering since they are not active
- Add SAP to steering as they are an active contributing member
- Update owner from Ambassador Labs to Kai Tillman
- Updating dates for all to be till end of this year. 

Signed-off-by: Varun Talwar <[email protected]>

* Update GOVERNANCE.md

Signed-off-by: Varun Talwar <[email protected]>

---------

Signed-off-by: Varun Talwar <[email protected]>
So they dont show up in the supportedFeatures section
of the conformance report

Relates to kubernetes-sigs/gateway-api#3651 (comment)

Signed-off-by: Arko Dasgupta <[email protected]>
fix error in client-traffic-policy.md

Signed-off-by: MaYuan-02 <[email protected]>
* fix: Json log is now the default access logger

Signed-off-by: Dennis Kniep <[email protected]>

* rebase

Signed-off-by: Guy Daich <[email protected]>

---------

Signed-off-by: Dennis Kniep <[email protected]>
Signed-off-by: Guy Daich <[email protected]>
Co-authored-by: Guy Daich <[email protected]>
* fix: metric compressor not working as expected

Signed-off-by: zirain <[email protected]>

* check encoding

Signed-off-by: zirain <[email protected]>

* enable CompressorPerRoute

Signed-off-by: zirain <[email protected]>

---------

Signed-off-by: zirain <[email protected]>
* Expose root command of envoy-gateway

Signed-off-by: Takeshi Yoneda <[email protected]>

* lint

Signed-off-by: Takeshi Yoneda <[email protected]>

---------

Signed-off-by: Takeshi Yoneda <[email protected]>
* add distinct match support to local ratelimit

Signed-off-by: Huabing (Robin) Zhao <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.