Commit Graph

1860 Commits

Author SHA1 Message Date
Frank Budinsky 0b21a60ade
Add cleanup instructions to external control plane doc (#11713) 2022-08-17 08:19:12 -07:00
Istio Automation 450cc2ecb3
Automator: update istio.io@ reference docs (#11709) 2022-08-16 07:17:38 -07:00
Frank Budinsky 2bc1913a96
Add tip about configuring istioctl for a remote cluster (#11706) 2022-08-15 10:09:28 -07:00
Istio Automation 99d0d631a1
Automator: update istio.io@ reference docs (#11699) 2022-08-12 07:45:11 -07:00
Frank Budinsky 6457b22c83
Add tip for cluster names containing / chars (#11695)
* Add tip for URL containing / characters

* Add tip for cluster names containing / chars

* highlight
2022-08-10 07:28:08 -07:00
Istio Automation 4d11bfe3a2
Automator: update istio.io@ reference docs (#11698) 2022-08-09 19:50:38 -07:00
Frank Budinsky 3e864baa36
Remove workaround for issue #37674 (#11689) 2022-08-09 12:55:37 -07:00
Frank Budinsky cb70a40db3
Fix verify_like matching token prefix not ending in - (#11693)
* Fix verify_like matching token prefix not ending in -

* change test
2022-08-09 09:59:37 -07:00
Istio Automation b3bd5762f3
Automator: update istio.io@ reference docs (#11690) 2022-08-08 19:46:28 -07:00
Istio Automation eecc9e73c7
Automator: update istio.io@ reference docs (#11688) 2022-08-07 19:52:46 -07:00
Eric Van Norman da73c24218
Prepare for the 1.15.0 release (#11684) 2022-08-07 13:23:45 -07:00
Istio Automation 22dae942b8
Automator: update istio.io@ reference docs (#11685) 2022-08-05 19:49:43 -07:00
Istio Automation 4a5b0b345e
Automator: update istio.io@ reference docs (#11682) 2022-08-04 19:51:47 -07:00
stewartbutler 12546cc666
Adding page for istio image signing and validation (#10775)
* Adding page for istio image signing and validation

* Update content/en/docs/ops/best-practices/image-signing-validation/index.md

Co-authored-by: jacob-delgado <jacob.delgado@volunteers.acasi.info>

* Update content/en/docs/ops/best-practices/image-signing-validation/index.md

Co-authored-by: jacob-delgado <jacob.delgado@volunteers.acasi.info>

* Adding codeowners, addressing a comment.

* Trying another url hack

* Fixing linter errors

* Update content/en/docs/ops/best-practices/image-signing-validation/index.md

Co-authored-by: Andrew Block <andy.block@gmail.com>

* Update content/en/docs/ops/best-practices/image-signing-validation/index.md

Co-authored-by: Andrew Block <andy.block@gmail.com>

* Update content/en/docs/ops/best-practices/image-signing-validation/index.md

Co-authored-by: Andrew Block <andy.block@gmail.com>

* Update content/en/docs/ops/best-practices/image-signing-validation/index.md

Co-authored-by: Andrew Block <andy.block@gmail.com>

* Update content/en/docs/ops/best-practices/image-signing-validation/index.md

Co-authored-by: Andrew Block <andy.block@gmail.com>

* Update content/en/docs/ops/best-practices/image-signing-validation/index.md

Co-authored-by: Andrew Block <andy.block@gmail.com>

* Update content/en/docs/ops/best-practices/image-signing-validation/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/docs/ops/best-practices/image-signing-validation/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/docs/ops/best-practices/image-signing-validation/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/docs/ops/best-practices/image-signing-validation/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/docs/ops/best-practices/image-signing-validation/index.md

Co-authored-by: craigbox <craigbox@google.com>

* Update content/en/docs/ops/best-practices/image-signing-validation/index.md

Co-authored-by: craigbox <craigbox@google.com>

Co-authored-by: jacob-delgado <jacob.delgado@volunteers.acasi.info>
Co-authored-by: Andrew Block <andy.block@gmail.com>
Co-authored-by: craigbox <craigbox@google.com>
2022-08-02 18:00:58 -07:00
Frank Budinsky 9fbd9547f6
Enable validation on config cluster (#11657) 2022-07-31 19:24:07 -07:00
Istio Automation 7f51aaaf00
Automator: update istio.io@ reference docs (#11661) 2022-07-29 19:50:05 -07:00
Frank Budinsky 10bd965982
Document validation disabled by default when using istioctl manifest generate (#11653)
* Document validation disabled by default when using istioctl manifest generate

* separate changes

* improve wording
2022-07-28 07:47:49 -07:00
Istio Automation 99b62a841b
[master] Inform users of bad builds (#11645)
* Inform users of bad builds

* move to news

* Move to security

* Fix 1.13.6 notice

* review comments

* review

* Update content/en/news/security/istio-security-2022-006/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* fix links

Co-authored-by: Jacob Delgado <jacob.delgado@volunteers.acasi.info>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2022-07-26 12:59:47 -07:00
Istio Automation 3aec694fcd
Automator: update istio.io@ reference docs (#11642) 2022-07-25 19:49:47 -07:00
Istio Automation 2de1108624
Automator: update istio.io@ reference docs (#11628) 2022-07-21 19:54:43 -07:00
Frank Budinsky af58cd6436
Fix incorrect webhook names in external control plane instructions (#11625)
* Fix incorrect webhook names in external control plane instructions

* fix test
2022-07-21 12:43:43 -07:00
Faseela K 43aa5d447e
Advanced Helm chart customization doc (#11480)
* Advanced Helm chart customization doc

As per the WG meeting, it was decided not to allow support for new values in istio helm charts
(unless there is substantial evidence it is needed by a large number of people); instead create an istio.io doc on last mile helm customization

Signed-off-by: Faseela K <faseela.k@est.tech>

* Update references section

Signed-off-by: Faseela K <faseela.k@est.tech>

* Add link to the new document in the main helm install page

Signed-off-by: Faseela K <faseela.k@est.tech>

* incorporate review comments

Signed-off-by: Faseela K <faseela.k@est.tech>

* Fix lint error

Signed-off-by: Faseela K <faseela.k@est.tech>

* Incorporate additional review comments

Signed-off-by: Faseela K <faseela.k@est.tech>

* Review comments, and fix deployment name in kustomize patch

Signed-off-by: Faseela K <faseela.k@est.tech>

* Fix helm template command

Signed-off-by: Faseela K <faseela.k@est.tech>

* specify namespace in the helm commands

Signed-off-by: Faseela K <faseela.k@est.tech>

* format helm template command output

Signed-off-by: Faseela K <faseela.k@est.tech>

* Fix intend

Signed-off-by: Faseela K <faseela.k@est.tech>
2022-07-21 10:01:46 -07:00
Frank Budinsky cef3426a49
Add tips for easier external control plane setup (#11609)
* Add tips for easier  external control plane setup

* fix func name

* fix lint

* fix indent

* fix test

* rename yaml file

* remove nested text in tips

* tweak indent

* regen
2022-07-21 05:16:43 -07:00
Istio Automation d39873ede8
[master] Add minikube in the instructions per Kubernetes environment (#11613)
* Add minikube in the instructions per Kubernetes environment

I was coming from https://istio.io/latest/docs/examples/bookinfo/ "Follow these instructions to set the INGRESS_HOST and INGRESS_PORT ..." and did not realize I would have to setup the minikube tunnel as explained in the [Getting Started Guide](https://istio.io/latest/docs/setup/getting-started/#determining-the-ingress-ip-and-ports)

For this reason I suggest to add it here as well.

* incorporated reviewers suggestions

* snips and tests for the new code snippet in docu

* ran make snips
* updated test.sh with the new functin names
* also the functions
  snip_determining_the_ingress_ip_and_ports_{3,5,6,7,8,9} have changed
  but they seem not to be used in test.sh

* followed reviewer suggestion to revert sip numbers

- used the annotation snip_id=none to skip the snippet, see https://github.com/istio/istio.io/blob/master/tests/README.md
- took back the snip renumbering
- checked that generating snips does not bring them back again: make
  snips

* used custom name for generated snip

- now using minikube_tunnel as snip_id, resulting in a generated snip id snip_minikube_tunnel
- apparently still the remaining snips get renumbered
- updated test.sh with the 2 changed snip calls

Co-authored-by: Martin Knechtel <martin.knechtel@sap.com>
2022-07-20 08:35:39 -07:00
Istio Automation 068736159f
Automator: update istio.io@ reference docs (#11612) 2022-07-19 19:51:39 -07:00
AndreaM12345 7c27f5a1c6
Analysis message for IST0151-IST0155 (#11582)
* messages for envoy filter errors

* fix lint errors

* more lint changes

* more lint errors

* fix spaces

* spelling

* update based on review

* punctuation
2022-07-19 07:52:13 -07:00
Istio Automation 8544889bb4
Automator: update istio.io@ reference docs (#11608) 2022-07-18 19:49:12 -07:00
abasitt 2634d30236
Updating the DNS with multiple Clusters section (#11578)
* Updating the DNS with multiple Clusters section

* updating the URL to correct formatting
2022-07-18 07:02:58 -07:00
Istio Automation 3975427ea4
Automator: update istio.io@ reference docs (#11592) 2022-07-15 19:50:58 -07:00
Iris e202a0995d
add multi-signer docs (#11419)
* addess review comments

* address review comments

* address review comments
2022-07-15 16:15:58 -07:00
Istio Automation e465d49209
Automator: update istio.io@ reference docs (#11583) 2022-07-14 19:53:32 -07:00
Istio Automation e320f6ad2b
Automator: update istio.io@ reference docs (#11579) 2022-07-13 19:52:05 -07:00
verysonglaa 9cb547ced7
adding OpenCensus tracing task with W3C headers (#11239)
* adding opencensus tracing Task

* fix OpenCensus Agent wording

* adding generated snippet

* fix misc. linting issues

* regenerate snips.sh for OpenCensus

* fix quoting issue

* simplified docs and added tests

* fixed tests and grammar

* improved cleanup

* remove istio-system namespace in cleanup
2022-07-13 07:48:18 -07:00
Istio Automation 92b14eb872
Automator: update istio.io@ reference docs (#11570) 2022-07-12 20:44:17 -07:00
Jacek Ewertowski 3605f728d6
Fix link to the documentation of SPIFFE trust domain federation (#11552)
Signed-off-by: Jacek Ewertowski <jacek.ewertowski1@gmail.com>
2022-07-12 11:25:54 -07:00
Istio Automation 972a2ea690
Automator: update istio.io@ reference docs (#11549) 2022-07-11 19:51:53 -07:00
Xiaopeng Han 885605e654
Update sidecar injection doc (#11447)
* update doc

* revise command output
2022-07-07 19:54:01 -07:00
Istio Automation 4add341878
[master] SHA-1 signatures will not work with Golang 1.18 (#11546)
* SHA-1 signatures will not work with Golang 1.18

Support for SHA-1 signatures is disabled by default in Go 1.18 or newer. When generating the certificates please use OpenSSL on MacOS to make sure the certificates will work with istio.

* Lint fixes

* Lint fix

Co-authored-by: Saverio Proto <saverioproto@microsoft.com>
Co-authored-by: craigbox <craigbox@google.com>
2022-07-06 09:58:29 -07:00
Istio Automation a22f390ab1
Automator: update istio.io@ reference docs (#11544) 2022-07-05 19:55:28 -07:00
Frank Budinsky a0e19bdef9
Change multicluster docs to use istiodless remotes (#11155)
* Change multicluster docs to use istiodless remotes

* regen

* workaround mwh bug

* manifest gen

* undo

* fix net

* regen

* remove workaround

* control plane annotation

* regen

* fix lint

* fix

* fix test failure

* address review comments
2022-07-05 12:35:28 -07:00
Istio Automation a272db87dd
Automator: update istio.io@ reference docs (#11538) 2022-07-02 19:52:54 -07:00
Istio Automation 3d1d875d3e
Automator: update istio.io@ reference docs (#11536) 2022-07-02 01:10:56 -07:00
Ingwon Song 3ecc5aeb4a
Moving/Updating the WasmPlugin tutorial and Adding ImagePullPolicy description (#11379)
* Update for Wasm contents

* Fix the wrong cleanup code

* Fix the description of `extensibility` folder's description

* Apply suggestions from code review

Co-authored-by: craigbox <craigbox@google.com>

* Update _index.md

* Regenerate snips

* Add old URL path as an alias

* Update content/en/docs/tasks/extensibility/_index.md

* Add description for the wasm pull policy

Signed-off-by: Ingwon Song <igsong@google.com>

* Apply suggestions from code review

Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: craigbox <craigbox@google.com>

* Applying the comment from @dgn

Co-authored-by: craigbox <craigbox@google.com>
Co-authored-by: Douglas Reid <douglas-reid@users.noreply.github.com>
2022-07-01 12:20:20 -07:00
Istio Automation c971a0d658
Automator: update istio.io@ reference docs (#11531) 2022-06-30 19:50:48 -07:00
Jason Wang 1b7bd7becf
Fix component logging typo (#11529) 2022-06-30 15:00:13 -07:00
Frank Budinsky 0ac02d2a2a
External control plane use local secret watcher (#11517)
* External control plane use local secret watcher

* fix

* regen

* remove tip
2022-06-30 09:18:13 -07:00
Istio Automation aa8b91ad97
chore(docs): update the version matrix (#11527)
- Note that v1.11 is no longer supported
- Note the date that v1.12 is no longer supported

Co-authored-by: Mike Miller <chop3593@gmail.com>
2022-06-30 08:32:13 -07:00
Frank Budinsky a2497d9dbc
Fix missing context in external control plane instructions (#11526) 2022-06-30 07:06:07 -07:00
Istio Automation c18a06dcd3
Automator: update istio.io@ reference docs (#11523) 2022-06-29 19:49:34 -07:00
Istio Automation 714dd85c55
Automator: update istio.io@ reference docs (#11512) 2022-06-27 19:49:33 -07:00
Frank Budinsky 73f65c22f8
Annotate remote cluster namespace (#11507)
* Annotate remote cluster namespace

* fix

* tweak

* regen
2022-06-27 14:15:38 -07:00
Istio Automation eb0ca2b0a6
Automator: update istio.io@ reference docs (#11497) 2022-06-25 19:50:36 -07:00
Istio Automation 113c4a3085
Automator: update istio.io@ reference docs (#11479) 2022-06-22 19:48:52 -07:00
Istio Automation 2fcabc35af
Automator: update istio.io@ reference docs (#11477) 2022-06-21 19:50:51 -07:00
craigbox ffee4e66ff
Fix some misspellings in the spelling file (#11470)
* Add ZOZO and WP Engine case studies

* Fix lint errors

* Add Splunk too

* Fix lint errors

* Remove some misspellings and their spelling file pairs

* Fix lint errors

* Fix lint errors
2022-06-21 18:58:52 -07:00
CharliePu 5312777dcc
Fix document omissions. (#11393)
* Fix document omissions.

* Fix document omissions.
2022-06-21 12:12:23 -07:00
Eric Van Norman a41610209e
Enable VM test (#11442)
* Enable VM test

* Attempt to fix test

Co-authored-by: John Howard <howardjohn@google.com>
2022-06-21 10:14:48 -07:00
Jakub Horák a5b270cba4
Improve clarity of Egress Gateway docs (#11458)
* Improve clarity of Egress Gateway docs

Make the step 13 more clear, since it is creating a DestinationRule in the test-egress namespace and not in the default namespace.

* Update content/en/docs/tasks/traffic-management/egress/egress-gateway/index.md

Co-authored-by: craigbox <craigbox@google.com>

Co-authored-by: craigbox <craigbox@google.com>
2022-06-20 10:36:26 -07:00
Yossi Mesika 88bac825cf
Minor correction to the format of the scrape URL (#11464) 2022-06-20 00:27:26 -07:00
Eric Van Norman 756001370d
Update PATH ordering to pick up downloaded istioctl first (#11448) 2022-06-19 15:29:26 -07:00
Istio Automation f6a597d7eb
Automator: update istio.io@ reference docs (#11454) 2022-06-16 20:32:17 -07:00
Istio Automation 859588d69c
Automator: update istio.io@ reference docs (#11446) 2022-06-15 19:52:52 -07:00
Eric Van Norman d6a7531a62
Enable the dashboard test (#11441) 2022-06-15 14:05:14 -07:00
Eric Van Norman 67cb4c9bcd
Enable istioctl-analyze. (#11440) 2022-06-15 12:32:15 -07:00
rotimiawani 574d1043b1
updating content/en/docs/ops/integrations/spire/index.md (#11418) 2022-06-15 10:13:14 -07:00
Eric Van Norman b5e32c648a
Additional updates to use the master branches in other repos (#11431) 2022-06-15 03:34:22 -07:00
merusso ac3967eb8d
Fix ServiceEntry example in concepts/traffic-management (#11398)
* Fix ServiceEntry example in concepts/traffic-management (#11396)

This change replaces the incorrect mTLS egress example with a simpler,
valid example that adjusts the TCP connection timeout.

Page: Documentation / Concepts / Traffic Management
Section: Service entry example
URL: https://istio.io/latest/docs/concepts/traffic-management/#service-entry-example

* Revert apiVersion change in DestinationRule example

Change back to v1alpha3 to be consistent with rest of page

Co-authored-by: John Howard <howardjohn@google.com>

Co-authored-by: John Howard <howardjohn@google.com>
2022-06-15 03:34:14 -07:00
Istio Automation 3ee0ecaa76
Automator: update istio.io@ reference docs (#11433) 2022-06-14 19:47:54 -07:00
Eric Van Norman e9841ae394
Update to use the master branch of istio.io/istio for test refs (#11414)
* Update to use the master branch of istio.io/istio for test refs

* go.* changes

* Update test and go.*

* Update to use `master` branch for make targets

* One final go mod tidy

* REmove vm test for now.

* Remove istioctl-analyze test

* Also remove using-istio-dashboard
2022-06-14 13:39:44 -07:00
Oliver Liu 0afa95518e
Cherrypick #11392. (#11397) 2022-06-12 13:48:17 -07:00
Zhonghu Xu 13495eb649
Fix huawei Application Service Mesh link (#11380) 2022-06-10 04:20:27 -07:00
yanrongshi b2808ee272
fix:spire-quickstart.yaml path is incorrect in doc "Install SPIRE Option 1: Quick start" #11374 (#11387)
* Update index.md

* Update content/en/docs/ops/integrations/spire/index.md

Co-authored-by: Ram Vennam <ram.vennam@solo.io>

Co-authored-by: yanrong.shi <yanrongshi>
Co-authored-by: Ram Vennam <ram.vennam@solo.io>
2022-06-09 09:14:30 -07:00
Daniel Hawton 63d5724fde
Helm and gateway tests (#11276)
* add tests to gateway setup

* manually cleanup the minimal istio install

* Add canary upgrade test

* convert rewrite-repo to a helper function

* upgrade helm test

* lint fixes

* left over validatingwebhook from a prior test

* remove boilerplate check

* undo elided pod names

* gen snip

* Remove validatingwebhookconfigurations deletion

* remove webhook configs pending fix in istio

* remove webhook configs pending fix in istio

* revert some changes

* remove temp webhook removals

* remove revision labeled mutating webhooks

* revert revision-tags-middle change

* make gen
2022-06-07 08:34:59 -07:00
Xiaopeng Han a690ea9c7a
revise (#11375) 2022-06-06 16:21:38 -07:00
John Howard 2525eb5ea5
Wildcard egress: remove arbitrary domain section (#11291)
* Wildcard egress: remove arbitrary domain section

This doc has been a nuisance for many years. It recommends an extremely
complex and dangerous pattern, relying on deploying nginx, extremely
complex EnvoyFilters enabling unsupported, custom, alpha Envoy c++
filters, and a number of other scary practices. IMO this does not belong
in Istio docs at all, and certainly not in our top level taks.

* Add back single wildcard

* Update content/en/docs/tasks/traffic-management/egress/wildcard-egress-hosts/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2022-06-06 15:36:31 -07:00
John Howard e1bc209fa0
Remove doc on "Istio DNS Certificate Management" (#11369)
* Remove doc on "Istio DNS Certificate Management"

This document gives harmful advice. This feature was intended to be used
for signing control plane certificates, and actually doesn't work for
other cases (cross namespace or any modern Kubernetes version are
completely broken).

* use archive link

* name trick
2022-06-06 11:16:26 -07:00
Istio Automation c0493dd41c
Automator: update istio.io@ reference docs (#11370) 2022-06-02 19:48:24 -07:00
Istio Automation bda30c29f3
Automator: update istio.io@ reference docs (#11367) 2022-06-01 19:49:34 -07:00
lei-tang 403ce4d9cf
Istio 1.14 release announcement, change-notes, and upgrade-notes (#11264)
* Istio 1.14 release announcement

* Add doc link for auto sni

* Add change-notes, upgrade-notes

* Revise k8s versions

* Fix extra empty lines and grammar errors

* Add 1.12.x

* Update the 1.14 upgrade survey link

* Add IstioCon wrap-up and update SPIRE

* Update the release date

* Fix lint

* Fix lint

* Fix lint

* Fix lint

* Fix the indent, grammar problems

* Update content/en/news/releases/1.14.x/announcing-1.14/upgrade-notes/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/news/releases/1.14.x/announcing-1.14/change-notes/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/news/releases/1.14.x/announcing-1.14/change-notes/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

* Update content/en/news/releases/1.14.x/announcing-1.14/_index.md

Co-authored-by: craigbox <craigbox@google.com>

* Fix comma, remove expected

* Update content/en/news/releases/1.14.x/announcing-1.14/_index.md

* Fix lint error

* Fix lint

* Change the auto sni links

* Fix lint error

* Update content/en/news/releases/1.14.x/announcing-1.14/_index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: craigbox <craigbox@google.com>
Co-authored-by: Lin Sun <lin.sun@solo.io>
2022-05-31 09:17:41 -07:00
zirain 22b6a01f05
fix istioctl install twice (#11349) 2022-05-25 07:50:41 -07:00
Istio Automation 7a94475c43
Automator: update istio.io@ reference docs (#11348) 2022-05-24 19:50:40 -07:00
bobbypower-asm 2b7afa36d7
Fix title ("mininum" > "minimum") (#11346) 2022-05-24 14:27:36 -07:00
Faseela K 79529ce74f
Add document for kernel module requirements under platform setup (#11344)
* Add document for kernel module requirements under platform setup

Signed-off-by: Faseela K <faseela.k@est.tech>

* Add TPROXY mode requirements

Signed-off-by: Faseela K <faseela.k@est.tech>

* Incorporate review comments

Signed-off-by: Faseela K <faseela.k@est.tech>

* Fix lint error

Signed-off-by: Faseela K <faseela.k@est.tech>
2022-05-24 13:01:36 -07:00
Eric Van Norman 9689696934
Update minikube instructions related to ingress host and port (#11326)
* Update minikube instructiuons related to ingress host and port

* Rune make gen

* Update test script with new snippet names (renumbered)
2022-05-24 07:48:10 -07:00
Istio Automation 945194d0a5
Automator: update istio.io@ reference docs (#11340) 2022-05-21 19:52:16 -07:00
Eric Van Norman 3a18e15028
Update multicluster test kind image (#11337)
* Update multicluster test kind image

* Fix linting errors

* Restore make gen temporarily until reall common-files update can happen
2022-05-20 23:45:15 -07:00
Faseela K 471750a0f1
Egress TLS Origination - fix typos (#11332)
Signed-off-by: Faseela K <faseela.k@est.tech>
2022-05-20 05:59:30 -07:00
Faseela K db2b88790e
Document Egress mTLS origination at sidecar using credentialName in DR (#11301)
* Documentation for egress mTLS origination at sidecar using credentialName in DR

The feature is already merged. So trying to add a documentation for the same.

Signed-off-by: Faseela K <faseela.k@est.tech>

* Remove duplicate code and point to the existing documentation

Signed-off-by: Faseela K <faseela.k@est.tech>

* Fix test failures

Signed-off-by: Faseela K <faseela.k@est.tech>

* Fix test failures

Signed-off-by: Faseela K <faseela.k@est.tech>

* Add tests for mTLS origination at sidecar

Signed-off-by: Faseela K <faseela.k@est.tech>
2022-05-19 08:16:58 -07:00
merusso 8baf1f34ec
Update broken Envoy links (envoyproxy.github.io) (#11321)
This change updates broken Envoy links in documentation.

Change: envoyproxy.github.io/envoy/ -> www.envoyproxy.io/
Updates pages under: content/*/docs/
Ignores pages under:
* content/*/blog/
* archive/
2022-05-18 18:56:57 -07:00
Alexandre Alves Alvino 587e85afbc
SPIRE SDS integration documentation (#11057)
* Adds Spire integration documentation

* * Updates volume path

Co-authored-by: Maximiliano Churichi <mchurichi@gmail.com>

Co-authored-by: Max Lambrecht <max.lambrecht@hpe.com>

Co-authored-by: Juliano Fantozzi <juliano.fantozzi@gmail.com>

Co-authored-by: sanderson042 <steve.anderson@hpe.com>

* Apply PR feedbacks

* Apply PR feedbacks, adds commands and bash outputs

* * Adds httpbin workload

Co-authored-by: Maximiliano Churichi <mchurichi@gmail.com>

Co-authored-by: Max Lambrecht <max.lambrecht@hpe.com>

Co-authored-by: Juliano Fantozzi <juliano.fantozzi@gmail.com>

Co-authored-by: Steve Anderson <steve.anderson@hpe.com>

* Update content/en/docs/ops/integrations/spire/index.md

Co-authored-by: Maximiliano Churichi <mchurichi@gmail.com>

* Apply pr feedbacks

* Fixs end of line paragraphs

* Fix typo

* Adress linting issues

* Updates title and fix identation of code blocks

* Fix lint issues, remove unnecessary formating and improve command reading

* Fix typos and page weights

* Adds required version clarifications

* Adds clarifying comments

* Applys minor changes

* Corrects typo

Co-authored-by: Steve Anderson <steve.anderson@hpe.com>
Co-authored-by: Maximiliano Churichi <mchurichi@gmail.com>
2022-05-16 10:01:59 -07:00
Frank Budinsky a326daa3e0
Add webhooks to test framework snapshot (#11281)
* Add webhooks to test framework snapshot

* missing return

* fix lint

* some fixes

* more fixes

* final fixes

* one more
2022-05-13 10:12:49 -07:00
Istio Automation 00c8ff0e97
Automator: update istio.io@ reference docs (#11299) 2022-05-12 20:36:22 -07:00
Istio Automation 102d33c4ee
Automator: update istio.io@ reference docs (#11282) 2022-05-09 19:52:09 -07:00
Istio Automation f919582bfc
Automator: update istio.io@ reference docs (#11275) 2022-05-06 19:50:49 -07:00
Istio Automation 860e2fac47
Automator: update istio.io@ reference docs (#11273) 2022-05-05 19:47:57 -07:00
zirain c5d1b72073
fix multicluster prometheus (#11221) 2022-05-03 13:25:36 -07:00
lei-tang bf82e1037c
User guide for Istio TLS configuration (#11166)
* User guide for Istio TLS configuration

* Address review comments

* Fix indention

* Fix lint

* Address reviewer comments

* Address review comment
2022-05-02 14:46:04 -07:00
John Howard 2d02dea8b2
security-vulnerabilities: add more info about base images (#11236) 2022-04-28 13:00:33 -07:00
Istio Automation 1c8be04759
Automator: update istio.io@ reference docs (#11237) 2022-04-27 19:50:34 -07:00
Istio Automation c78ea12ef6
Automator: update istio.io@ reference docs (#11233) 2022-04-25 19:49:04 -07:00