Commit Graph

37 Commits

Author SHA1 Message Date
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
Frank Budinsky e30ab6491d
Add namespace labels to test framework diff snapshots (#14773)
* Add namespace labels to test framework diff snapshots

* fix lint

* failing tests

* more failed tests

* more failures

* more fixes

* one more

* fix fault injection
2024-03-25 09:07:25 -07:00
Frank Budinsky c727b0c083
Fix snip generator stripping leading space in expected output (#14693)
* Fix snip generator stripping leading space in expected output

* also fix _out

* strip trailing newline

* regen

* tweak for readability

* remove ambient label
2024-03-07 12:29:19 -08: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
Shamsher Ansari 676c6da91c
Remove deprecated Mixer Policies and Telemetry config (#8071) 2020-09-08 09:10:28 -07:00
Eric Van Norman 59ebec040b
Update reference docs - remove metrics items (#8061)
* Update reference docs - remove metrics items

* Fix links

* Actually fix links

* Fix make gen

* Early change from https://github.com/istio/api/pull/1617

* Review comments and rebase
2020-09-02 10:21:04 -07:00
Istio Automation 47b600af7a
bugfix (#7761)
Co-authored-by: King Ye <kingye.me@gmail.com>
2020-07-21 09:20:27 -04:00
Frank Budinsky e9a89c879f
Add owner attribute to docs (#7737)
* Add owner attribute to docs

* remove @
2020-07-15 15:19:40 -07:00
Frank Budinsky 0fd97d3817
No tests needed for deprecated docs (#7660) 2020-07-06 07:12:18 -07:00
Shamsher Ansari 9fe272272b
update doc to use istioctl install (#7396) 2020-06-01 11:02:27 -07:00
Frank Budinsky e11cf24f0d
Add test: attribute to all md files (#7413) 2020-05-27 09:11:26 -07:00
Shamsher Ansari f58fffb5d1
Update deprecated flags for meshConfig (#7236) 2020-05-07 09:54:26 -07:00
Yangmin Zhu e525b3b182
remove the mixer policy concept page (#6470)
* remove the mixer policy concept page

* also remove in concept page

* update task

* update
2020-02-28 11:06:11 -08:00
LokeshAggarwal1997 b67b652561 update index.md (#6027)
* update index.md

* Update index.md

* Updation

* updated config
2020-01-07 09:26:54 -05:00
Frank Budinsky f5ce9feb70
Consolidate getting started instructions (#5642)
* Consolidate getting started instructions

* review comments

* fix broken links

* add istioctl link

* Fix spelling

* more broken links

* one more
2019-11-12 23:04:33 -05:00
Frank Budinsky f220f655a7 Deprecate helm install (#5270)
* Deprecate helm install

* fix lint

* address review comments

* correction
2019-10-29 06:37:34 -07:00
Martin Taillefer d6445fc726
Update reference docs. (#5173)
preliminary.istio.io will now display reference material for the release-1.4 branches
of istio/istio, istio/api, and istio/operator.
2019-10-17 11:09:11 -07:00
Frank Budinsky ca7559cab2 Remove Nomad & Consul docs (#4805)
* Remove Nomad & Consul docs

* broken links

* more broken links

* more broken links

* fix spelling errors

* remove broken ref
2019-08-16 12:13:30 -07:00
Martin Taillefer d0cf1e171e
Move English content to content/en as agreed in WG meeting. (#4789)
Once this goes in, I'll move content_zh to content/zh.
2019-08-14 15:45:31 -07:00