Craig Box
9140d5208c
Update to v1 in all API examples ( #15515 )
...
* s/v1[ab].*/v1/g
* Fix tests with new snip versions
* always be kind
2024-08-06 22:59:22 -04:00
Michael
5dfaba12d8
Fix indentations and tweak long lines in policy-enforcement/rate-limit task ( #14418 )
...
* Update rate-limit/
* Apply suggestions from ericvn
2024-01-04 01:44:06 -08:00
Ric Hincapie
8c394f980f
Add advanced ratelimit example ( #14307 )
...
* Add advanced ratelimit example incomplete
* Bookinfo example linted
* Add testing
* Solve bug
* Solve bug on vhost name
* Add testing to local ratelimit and set limit to 4
* Activate local ratelimit testing
* Solve bug with cleanup
* Simplify route naming
* Use apply
* Solve bug
2024-01-02 07:01:37 -08:00
zirain
ae1ef2d118
fix content in ratelimit ( #11934 )
...
* fix content in ratelimit
* update comments
2022-09-20 07:53:38 -07:00
zirain
02cd7a86fc
improve ratelimit doc ( #11654 )
...
* improve ratelimit task
* fix lint
* fix redundant function call
2022-08-18 06:21:39 -07:00
zirain
f2316b6eed
update rate limit metrics ( #11127 )
...
* update rate limit metrics
* fix display
* fix lint
* update text
* update content
* fix typo
2022-04-01 14:06:03 -07:00
zirain
d80c97ce0d
fix ratelimit doc ( #10051 )
...
* fix deprecated crd
* fix nit
* fix ratelimt envoyfilter
2021-07-12 07:36:03 -07:00
silenceshell
80e31e7c74
routeConfiguration.vhost.name use empty string as wildcard ( #10012 )
2021-07-01 10:45:54 -07:00
silenceshell
60e14771c5
update match condition for configPatches ( #9922 )
2021-06-14 11:26:20 -07:00
Kuat
f11decb36c
fix a typo ( #9885 )
...
Signed-off-by: Kuat Yessenov <kuat@google.com>
2021-06-08 08:57:52 -07:00
Lin Sun
cba4e9aa14
correct typo on rate limiting page ( #9899 )
2021-06-07 19:15:38 -07:00
Harish Balakrishnan
e16b56466f
Replace deprecated filters with right values ( #9860 )
...
On deploying the existing provided configuration, the system throws a warning message stating the filters "envoy.http_connection_manager" and "envoy.router" is deprecated. Updated the filters with the right values to avoid showing warning messages while using the config.
2021-06-01 09:33:54 -07:00
John Zheng
80ddb8f6b3
apply rate-limit-service.yaml from samples, when you try rate-limit task ( #9265 )
...
* apply rate-limit-service.yaml from samples, when you try rate-limit task
* Update content/en/docs/tasks/policy-enforcement/rate-limit/index.md
Co-authored-by: Pengyuan Bian <bianpengyuan@google.com>
Co-authored-by: Pengyuan Bian <bianpengyuan@google.com>
2021-03-18 09:46:46 -07:00
Ryan Baker
01123ca911
Fix syntax on local rate limiting ( #9044 )
2021-02-24 10:37:17 -08:00
Eric Van Norman
bea8d187e5
Silence curl command ( #8773 )
...
* Silence curl command
* Update more files with -sS (adding S to show errors)
* Over-agressive on the -S and causing some tests to fail.
* Remove more curl -S flags
2021-01-20 09:45:50 -08:00
Yoshinori Teraoka
9527e7f83a
Fix RateLimit example manifest ( #8789 )
...
* fix RateLimit `@type`
correct RateLimit type is
`type.googleapis.com/envoy.extensions.filters.http.ratelimit.v3.RateLimit`
or
`type.googleapis.com/envoy.config.filter.http.rate_limit.v2.RateLimit`
* fix YAML indent
2021-01-19 06:37:14 -08:00
Pengyuan Bian
62f4f0eab7
Add transport api version to rate limiting service. ( #8784 )
2021-01-18 06:55:10 -08:00
Frank Budinsky
ec660cb30c
Fix bad list item display format ( #8740 )
...
* Fix formatting
* tweak wording
* tweak
2021-01-06 12:37:29 -08:00
Frank Budinsky
9a4a1be389
add missing _index.md file ( #8739 )
...
* add missing _index.md file
* fix lint
2021-01-06 09:08:23 -08:00
Nupur Garg
d8b4438da2
Add Ratelimit Task using Envoy ( #8537 )
...
* Add Ratelimit Task
* Fix lint
* Fix lint
* Fixed based on feedback
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Adding Doug's suggestion.. din't get applied through UI
* fix lint
* Apply suggestions from code review
Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>
* fixed based on feedback
* fixed vhost
* fix some lint errors
* fix some lint errors
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* fix indent
* add extra space for lint error
* fix lint issues
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>
Co-authored-by: Douglas Reid <dougreid@google.com>
2021-01-05 17:46:03 -08:00