Commit Graph

2715 Commits

Author SHA1 Message Date
Frank Budinsky a9541a2b42
Convert bookinfo test to new model (#7127)
* Convert bookinfo test to new model

* missing include

* Fix kubectl output

* fix elapsed time regex
2020-04-22 11:36:01 -07:00
Frank Budinsky 99d4febb16
Convert health check test to new model (#7126)
* Convert health check test to new model

* fix cleanup
2020-04-22 11:18:58 -07:00
Shamsher Ansari 290ff5fa8e
Add test for Request Timeouts (#6660)
* Add test for Request Timeouts

* Update test to extract snippets

* Apply suggestions from code review

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>

* Fix lint error

* Use code snippets from bookinfo snips

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>

* Remove sleep pods

* remove deprecated $snippet and use use verify func

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>

* Skip test failure

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-04-22 10:10:28 -04:00
Xinnan Wen 74550f1bd4
add proxy repo to scrap docs from (#7113)
* add proxy repo to scrap docs

* add new docs

* fix lint
2020-04-21 17:19:54 -07:00
James Brook 295db60447
Use correct binary name when downloading istioctl. (#7099) 2020-04-21 16:23:46 -04:00
Istio Automation f0f1bcf652
Fix doc 'Traffic Management' (#7119)
The external service `ServiceEntry` adds in this chapter is `ext-svc.example.com`, so fix it from `ext-resource` to `ext-svc.example.com`.

Co-authored-by: Koki Tomoshige <36136133+tomocy@users.noreply.github.com>
2020-04-21 16:01:30 -04:00
Istio Automation 8bc4139ee0
Fix doc in 'Egress Gateways with TLS Origination' (#7118)
The code in step 3 of Perform TLS origination with an egress gateway explains how to create egress Gateway for edition.cnn.com. port 80, so the title of this step should follow it.

Co-authored-by: Koki Tomoshige <36136133+tomocy@users.noreply.github.com>
2020-04-21 16:00:46 -04:00
Istio Automation 9071b1f385
Fix code in 'Authorization for TCP traffic' (#7117)
The pod of tcp-echo which is asked its podIP is in `foo` namespace, so  the `kubectl get` should specify the namespace as `foo`.

Co-authored-by: Koki Tomoshige <36136133+tomocy@users.noreply.github.com>
2020-04-21 16:00:16 -04:00
Istio Automation 2a7240035e
Fix doc 'Using the Istioctl Command-line Tool' (#7116)
Pilot is now a part of istiod, so rename it to istiod as the title of the page the link refers to.

Co-authored-by: Koki Tomoshige <36136133+tomocy@users.noreply.github.com>
2020-04-21 15:59:42 -04:00
Steven Dake d6e9f4b92b
Retire helm documentation as we use a protobuf (#7106)
* Retire helm documentation as we use a protobuf

The new rendered source of truth is:
https://preliminary.istio.io/docs/reference/config/istio.operator.v1alpha1/

This is rendered from the API repo protobuf which (may) need description fields
set. That protobuf is here:

https://github.com/istio/api/blob/master/operator/v1alpha1/operator.proto

* Follow the flowchart

The flowchart is not quite right and could use some improvement.

* Update content/en/blog/2019/performance-best-practices/index.md

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-04-21 07:55:44 -07:00
lei-tang f8fd68c04b
User guide tests for DNS certificate management (#7103)
* User guide tests for DNS certificate management

- Add user guide tests for DNS certificate management
- Remove user guide's dependency on jq

* Use _verify_contains function
2020-04-21 07:32:39 -07:00
2BFL f37b3d46f6
zh-translation: egress gateway (#7102)
x
2020-04-19 23:33:08 -07:00
lei-tang 96073364ea
User guide tests and remove manual steps for plugging in CA cert (#7085)
* User guide tests and remove manual steps for plugging in CA cert

- Add user guide tests for plugging in CA cert
- Remove the manual steps in the user guide of plugging in CA cert
to make it easier for an user to try the guide.

* Fix SC2046 lint error and the trafficmanagement test errors
2020-04-17 09:16:56 -07:00
Yanghui Weng 32a28b4959
Fix all links with doc relative path in glossary directory (#7096) 2020-04-16 20:29:08 -07:00
Christian Posta dfc2eeb490
added a blog on using an external api gateway with istio 1.5 and SDS (#7092)
* added a blog on using an external api gateway with istio 1.5 and SDS

* fix lint error
2020-04-16 15:54:42 -07:00
John Howard 9af39e2f0e
Use standard ports for telemetry exposure (#7069)
* Use standard ports for telemetry exposure

Blocker for https://github.com/istio/istio/issues/22911

* Full update and include HTTPS

* Fix link

* Remove from ports table

* Apply suggestions from code review

Co-Authored-By: Rachael Graham <rachael.graham@ibm.com>

Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
2020-04-16 13:20:33 -07:00
Eric Van Norman 83de8ae304
Remove Helm install instructions (#7083) 2020-04-16 10:48:21 -07:00
Yanghui Weng 7fd19492a2
Update zh translation (#7087) 2020-04-16 05:11:40 -07:00
Yanghui Weng abea8700d5
Update zh translation (#7086) 2020-04-16 05:11:32 -07:00
Yanghui Weng 8f81654e49
Update zh translation (#7089) 2020-04-16 04:58:44 -07:00
Yanghui Weng 8aeee717ef
zh-translation: /docs/reference/glossary/secure-naming.md (#7088)
* Update zh translation

* Update zh translation
2020-04-16 04:58:36 -07:00
Yanghui Weng c5e446c8d8
Update zh translation (#7091) 2020-04-16 04:45:25 -07:00
chen zhengwei ba09c1a9ad
uniform tracing header format (#7054)
* uniform tracing header format

* revert chinese version
2020-04-15 13:13:52 -07:00
Frank Budinsky f2cf780bfb
Update doc test README (#7080)
* Update doc test README

* add sh

* tweaks

* formatting

* format

* fix comment

* wording

* convert mtls migration task

* Update tests/README.md

Co-Authored-By: Eric Van Norman <ericvn@us.ibm.com>

* Update tests/README.md

Co-Authored-By: Eric Van Norman <ericvn@us.ibm.com>

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2020-04-15 08:44:18 -07:00
SataQiu 09f6bb0307
zh-translation: remove /docs/tasks/security/authentication/mutual-tls/index.md (#7073)
Signed-off-by: SataQiu <1527062125@qq.com>
2020-04-14 20:10:32 -07:00
Eric Van Norman 017ae63de7
Remove Aporeto as a partner. The were bought by Palo Alto Networks (#7051)
and I can't find anything to redirect to.
2020-04-14 16:30:40 -07:00
John Howard 0449966b79
Add grafana integration docs (#7070)
* Add grafana integration docs

* Apply suggestions from code review

Co-Authored-By: Rachael Graham <rachael.graham@ibm.com>

Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
2020-04-14 16:15:38 -07:00
John Howard 4ca257992a
Refactor Secure Ingress tasks (#7025)
* Refactor Secure Ingress tasks

Ingress SDS is now the default and recommended. This removes the file
mount task, which is no longer recommended and will avoid confusion, and
cleans up the task a bit. I also documented the new supported secret
formats.

* use archive
2020-04-14 08:53:28 -07:00
Steven Dake 6128a400a8
Add a Remove retired documentation section (#7068)
* Add a Remove retired documentation section

This is added to the about section. A flowchart is included to
help contributors execute link reconciliation.

The source flowchart is in the team drive:
https://docs.google.com/drawings/d/1w4q7ppw5HYFTEtV63Czs2DUl85Iwtju0fbZ7YvSUpuI

Fixes: https://github.com/istio/istio.io/issues/7067

* Clean up diagram

* Fix nits in diagram.
2020-04-14 07:44:51 -07:00
Frank Budinsky 3b59501872
Generate test snippets from md files POC (#7044)
* Generate test snippets from md POC

* fixes

* fix python lint

* fix snip source

* improvements

* update snip calls

* add copyright header

* lint errors

* lint error in md instructions

* better default snip_id

* run test without snippet gen

* gofmt

* fixes

* fix path

* fixes

* fix verify
2020-04-14 07:13:44 -07:00
Jhonn Frazão eedfe4fc5c
tranlate getting-started page to brazilian portuguese pt-br (#7060) 2020-04-13 08:09:59 -07:00
John Howard be3a0c7300
Initial documentation on Multiple Control Planes (#7035)
* Initial documentation on Multiple Control Planes

I suspect this will be improved as we get more user feedback and
istioctl integrations, but this is a reasonable start

* Typo

* Minor edits

* Apply suggestions from code review

Co-Authored-By: Adam Miller <1402860+adammil2000@users.noreply.github.com>

* Frank's suggestions

* lint

* Apply suggestions from code review

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Adam Miller <1402860+adammil2000@users.noreply.github.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-04-13 08:09:50 -07:00
Mark Ferree f2d4442ca6
Fixing incorrect quote type in istio-authorization blog post (#7059) 2020-04-13 07:54:43 -07:00
Hyungrok Kim 987efb0c2a
fix text yaml indent in docs/concepts/security (#7056) 2020-04-13 07:37:22 -07:00
SataQiu e6680d29cc
zh-translation: add /docs/tasks/security/authorization/authz-jwt/index.md (#7066)
Signed-off-by: SataQiu <1527062125@qq.com>
2020-04-13 04:14:32 -07:00
SataQiu 75c02a377d
zh-translation: remove /docs/tasks/security/citadel-config/auth-sds/index.md (#7058) 2020-04-11 00:39:16 -07:00
John Howard ff8a72946a
Document app protocol (#7052)
* Document app protocol

* Fix lint
2020-04-10 06:58:58 -07:00
Shamsher Ansari 36cb7aff3e
Update sed to include space before boolen value (#7038)
* Update sed to include space before boolen value

* remove backslash
2020-04-09 06:57:09 -07:00
Eric Van Norman 55accd83b4
Update base64 -d to --decode (#7039)
* Update base64 -d to --decode

* Fix additional -d to --decode change
2020-04-09 06:41:44 -07:00
SataQiu 536de03ed3
zh-translation: remove /docs/tasks/security/citadel-config/ca-namespace-targeting/index.md (#7045) 2020-04-09 02:32:47 -07:00
SataQiu 13667d8917
zh-translation: remove /docs/tasks/security/citadel-config/health-check/index.md (#7042)
Signed-off-by: SataQiu <1527062125@qq.com>
2020-04-08 01:10:54 -07:00
SataQiu 18d126f86b
zh-translation: move and update /docs/tasks/security/plugin-ca-cert/index.md (#7037) 2020-04-07 02:22:55 -07:00
SataQiu 7a00de7323
zh-translation: remove /docs/tasks/traffic-management/ingress/ingress-certmgr/index.md (#7005)
Signed-off-by: SataQiu <1527062125@qq.com>
2020-04-07 00:26:49 -07:00
potterhe eaab8a6dae
zh-translation:/docs/concepts/security/index.md (#6982)
* Identity Provision

* authentication

* done v1

* fix

* lint

* fix lint error

* pki to PKI

* reverse en doc

* fix lint error

* fix lint error
2020-04-06 19:58:04 -07:00
SataQiu 45c139c815
zh-translation: add content/zh/docs/ops/integrations (#7033) 2020-04-06 19:41:32 -07:00
Istio Automation 21e890610f
Automator: update istio.io@master reference docs (#6976)
* Automator: update istio.io@master reference docs

* Updates to fix automated doc changes

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
2020-04-06 17:16:32 -07:00
Istio Automation a51d8af8db
Remove GKE v1.11.x instructions (#7036)
See https://cloud.google.com/kubernetes-engine/docs/how-to/role-based-access-control#iam-rolebinding-bootstrap. Assuming that these instructions were *only* required for GKE, they are no longer necessary.

Co-authored-by: Adrian Ludwin <adrian.ludwin@gmail.com>
2020-04-06 15:01:10 -07:00
John Howard 494b0d0219
Add documentation on Ingress support (#7012)
* Add documentation on Ingress support

Istio has supported Ingress for quite a while, but its not documented.
This explains how to use it and configure it.

Note to docs reviewers: Gateway is Istio's alternative to Kubernetes'
Inrgess object, and we prefer users to use Gateway. However, for reasons
like legacy users, we also support Ingress.

* fix lint

* fix lint

* fix lint

* improvements

.

* Apply suggestions from code review

Co-Authored-By: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-04-03 11:51:30 -04:00
Shriram Rajagopalan e138836ad7
Rename PKI to Identity Issuance (#6972)
* Rename PKI to Identity Issuance

Calling Identity issuance as PKI has resulted in confusion among customers expecting to see content about CRLs, OCSP, and other frills associated with standard PKIs. The content of that section is about securely issuing identities to the workloads by embedding the identity in the X509 certificate.

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Oliver Liu <yonggangl@google.com>

* Update content/en/docs/concepts/security/index.md

* Update content/en/docs/concepts/security/index.md

* Update content/en/docs/concepts/security/index.md

* Update content/en/docs/concepts/security/index.md

Co-Authored-By: Justin Pettit <jpettit@ovn.org>

* Update content/en/docs/concepts/security/index.md

* Update content/en/docs/concepts/security/index.md

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Oliver Liu <yonggangl@google.com>
Co-authored-by: Justin Pettit <jpettit@ovn.org>
2020-04-02 12:13:30 -04:00
Eric Van Norman 1290482b63
Fix privildeged (#6997) 2020-04-02 08:12:33 -07:00