Commit Graph

14 Commits

Author SHA1 Message Date
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