Craig Box
580ea900c7
Replace "sleep" sample throughout Istio docs ( #15767 )
...
* The big one.
* fix gencheck
* fix gen
* Change sort order of "curl" to be above "helloworld"
* switch another order
2024-10-11 19:00:47 -04:00
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
visheshtha
99c61b74f7
changed link for authentication ( #14732 )
2024-03-12 07:04:09 -07:00
Michael
7453032e11
Replace a PNG with a SVG in the security concept ( #14258 )
2023-12-05 06:14:53 -08:00
Istio Automation
8717e97f4a
fix #14069 : updated incorrect hyperlink to PEP glossary ( #14075 )
...
Co-authored-by: Roofer92 <50134488+Roofer92@users.noreply.github.com>
2023-10-30 07:11:32 -07:00
Aryan Gupta
60eb0e4474
udocs upddate for policies graduation ( #12320 )
2022-12-06 13:49:06 -08: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
sha-rath
ed59f1cb8b
Fixed typo in cipher suites ( #10292 )
2021-09-02 09:07:45 -07:00
John Howard
b7a6c07d4d
Mark concept docs as `test: n/a` ( #10091 )
2021-07-19 11:48:25 -07:00
Yangmin Zhu
73d70ed49e
update security concept and examples ( #9648 )
...
* update security concept and examples
* address comments
* update
* Apply suggestions from code review
Co-authored-by: craigbox <craigbox@google.com>
* update
Co-authored-by: craigbox <craigbox@google.com>
2021-05-13 14:07:31 -07:00
Yangmin Zhu
912f587775
add security advisory for the authz policy ( #9524 )
...
* add security advisory for the authz policy
* update
2021-04-15 20:11:18 -07:00
imgbot[bot]
a0364f6af7
[ImgBot] Optimize images ( #9418 )
...
*Total -- 1,234.48kb -> 1,067.00kb (13.57%)
/content/en/docs/setup/upgrade/canary/revision-tag-2.png -- 25.87kb -> 10.40kb (59.8%)
/content/en/docs/setup/upgrade/canary/revision-tag-1.png -- 23.57kb -> 9.67kb (58.95%)
/static/logos/google-cloud.png -- 36.12kb -> 17.35kb (51.95%)
/static/logos/solo.png -- 110.45kb -> 59.96kb (45.72%)
/content/en/docs/concepts/security/authz-eval.png -- 48.62kb -> 34.08kb (29.9%)
/static/logos/vmware.png -- 34.74kb -> 24.74kb (28.8%)
/static/logos/tetrate.png -- 25.02kb -> 18.38kb (26.55%)
/static/logos/aspen-mesh.png -- 13.44kb -> 10.37kb (22.86%)
/assets/inline_images/increasing-efficiency.svg -- 5.03kb -> 4.04kb (19.7%)
/src/icons/menu-hamburger.svg -- 0.53kb -> 0.45kb (14.84%)
/src/icons/menu-close.svg -- 0.47kb -> 0.40kb (14.82%)
/assets/inline_images/defense.svg -- 8.68kb -> 7.42kb (14.55%)
/src/icons/dropdown-arrow.svg -- 0.48kb -> 0.41kb (14.55%)
/static/img/service-mesh-before.svg -- 56.07kb -> 48.18kb (14.07%)
/src/icons/breadcrumb-arrow.svg -- 0.50kb -> 0.43kb (14.04%)
/static/logos/autotrader.svg -- 7.57kb -> 6.61kb (12.69%)
/static/img/authors/nick-chase.png -- 19.43kb -> 17.20kb (11.48%)
/src/icons/tick.svg -- 0.42kb -> 0.37kb (11.45%)
/src/icons/person.svg -- 1.09kb -> 0.97kb (10.33%)
/src/icons/contribution.svg -- 0.67kb -> 0.61kb (9.05%)
/src/icons/people.svg -- 2.67kb -> 2.43kb (8.76%)
/assets/inline_images/management.svg -- 1.85kb -> 1.70kb (8.04%)
/static/img/service-mesh.svg -- 151.34kb -> 140.87kb (6.92%)
/src/icons/events.svg -- 0.92kb -> 0.86kb (5.97%)
/assets/inline_images/microservice-best-practices.svg -- 25.62kb -> 24.52kb (4.3%)
/assets/inline_images/istio-logo-with-brand.svg -- 4.34kb -> 4.22kb (2.97%)
/static/logos/istio.svg -- 4.36kb -> 4.23kb (2.96%)
/assets/inline_images/observability.svg -- 1.00kb -> 0.97kb (2.84%)
/static/logos/ibm-cloud.png -- 98.09kb -> 95.56kb (2.57%)
/src/icons/user.svg -- 0.56kb -> 0.55kb (2.09%)
/src/icons/security.svg -- 2.26kb -> 2.24kb (1.21%)
/assets/inline_images/security.svg -- 2.26kb -> 2.24kb (1.21%)
/static/img/get-involved-wave.svg -- 515.95kb -> 510.09kb (1.14%)
/src/icons/drive.svg -- 0.42kb -> 0.42kb (0.23%)
/src/icons/twitter.svg -- 0.88kb -> 0.88kb (0.11%)
/src/icons/github.svg -- 0.88kb -> 0.88kb (0.11%)
/static/logos/redhat.svg -- 2.32kb -> 2.32kb (0.04%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-03-29 18:55:45 -07:00
Yangmin Zhu
85a6002789
update security doc with evaluation order, common patterns, shoter task names and some small updates ( #9127 )
...
* update security doc with evaluation order, common patterns, shoter task names and some small updates
* update
* update
* add link
* update
* update
* fix lint
* Apply suggestions from code review
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* update
* Apply suggestions from code review
Co-authored-by: John Howard <howardjohn@google.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: John Howard <howardjohn@google.com>
2021-03-24 09:16:41 -07:00
John Howard
4396197f50
Use consistent quoting in API examples ( #9373 )
...
This matches istio/api examples and all Kubernetes best practices. This
quoting sets a bad precedent that is copy and pasted around the web.
2021-03-23 09:33:57 -07:00
Oliver Liu
343cec0fb7
Improve security concept. ( #8906 )
...
* Improve security concept.
* Apply suggestions from code review
Co-authored-by: Sven Mawson <sven@google.com>
* Fixes.
Co-authored-by: Sven Mawson <sven@google.com>
2021-02-05 10:08:58 -08:00
Oliver Liu
f61e0074ab
Small update on security concept page ( #8490 )
...
* Small update on security concept
* Resize the pictures.
* Small fix.
* Update content/en/docs/concepts/security/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-11-12 11:17:56 -08:00
Rama Chavali
eb8c658759
update tls docs with minimum supported version and cipher suites ( #8420 )
...
* tls docs
* address review comments
Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
* fix lint
Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
* fix lint again
Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
* fix lint again
Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
2020-11-06 07:24:47 -08:00
Frank Budinsky
e9a89c879f
Add owner attribute to docs ( #7737 )
...
* Add owner attribute to docs
* remove @
2020-07-15 15:19:40 -07:00
kijanowski
6a875a8bc0
Random docs fixes ( #7645 )
2020-06-30 09:06:08 -07:00
Frank Budinsky
25c3be4772
Some random poor quality doc fixes ( #7589 )
...
* Some random poor quality doc fixes
* change profiles
2020-06-19 11:25:02 -07:00
Frank Budinsky
e11cf24f0d
Add test: attribute to all md files ( #7413 )
2020-05-27 09:11:26 -07:00
Hyungrok Kim
987efb0c2a
fix text yaml indent in docs/concepts/security ( #7056 )
2020-04-13 07:37:22 -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
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
potterhe
e25a359855
#7008 ( #7009 )
2020-04-02 10:30:39 -04:00
John Pape
8ecc8fc10c
Add istiod to the glossary page ( #6899 )
...
* Add istiod to the glossary page
* Updated istio learning link.
* adding gloss links to first term usage in page
* Updated gloss links per review
2020-03-18 12:01:53 -04:00
Frank Budinsky
e7abbb1131
Extensibilty concept section postion wrong ( #6874 )
2020-03-13 10:33:24 -07:00
imgbot[bot]
df8d582978
[ImgBot] Optimize images ( #6758 )
...
Co-authored-by: imgbot <imgbot@users.noreply.github.com>
2020-03-06 11:00:26 -08:00
Istio Automation
d2b412d26d
[Release-1.5] Update security concept page for Istio 1.5 ( #6727 )
...
Co-authored-by: rcaballeromx <rcaballeromx@users.noreply.github.com>
2020-03-05 13:14:50 -08:00
Lin Sun
cb8704c98d
[ImgBot] Optimize images ( #6752 )
...
*Total -- 3,308.25kb -> 3,017.43kb (8.79%)
/content/en/docs/tasks/observability/metrics/querying-metrics/prometheus_query_result_graphical.png -- 486.04kb -> 308.71kb (36.49%)
/content/en/docs/setup/getting-started/kiali-example2.png -- 295.32kb -> 191.83kb (35.04%)
/content/en/docs/tasks/observability/metrics/tcp-metrics/alpn-based-tunneling-protocol.svg -- 20.39kb -> 17.14kb (15.92%)
/content/en/docs/ops/deployment/architecture/arch.svg -- 21.16kb -> 21.01kb (0.72%)
/content/en/docs/concepts/security/node_agent.svg -- 227.49kb -> 226.11kb (0.61%)
/content/en/blog/2020/tradewinds-2020/architecture-post-istiod.svg -- 169.81kb -> 169.00kb (0.48%)
/content/zh/blog/2020/istio-agent/istio_agent.svg -- 413.85kb -> 412.47kb (0.33%)
/content/en/blog/2020/istio-agent/istio_agent.svg -- 413.85kb -> 412.47kb (0.33%)
/content/en/blog/2020/tradewinds-2020/architecture-pre-istiod.svg -- 607.59kb -> 606.27kb (0.22%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p90.svg -- 319.73kb -> 319.56kb (0.05%)
/content/en/docs/ops/deployment/performance-and-scalability/latency_p99.svg -- 333.03kb -> 332.86kb (0.05%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: Imgbot <help@imgbot.net>
2020-03-05 14:41:08 -05: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
lei-tang
9f5268322f
Update Node Agent to Istio Agent for Istio 1.5 ( #6516 )
...
* Update Node Agent to Istio Agent
* Add the article "the" to Istio Agent
2020-02-24 10:29:47 -08:00
Justin Pettit
28af7bd272
Update index.md ( #6465 )
...
Clean up a few small issues.
2020-02-14 12:56:14 -08:00
Yangmin Zhu
362a64cf95
add notes for enabling mTLS for authz ( #6280 )
2020-01-06 08:09:25 -08:00
Frank Budinsky
60f73570f0
Another ops guide incremental improvement ( #5830 )
...
* Another ops guide incremental improvement
* fix broken links
* more lint errors
* one more lint
* fix aliases
2019-11-25 11:58:39 -08:00
Frank Budinsky
823e85b69a
Reorganize reference docs ( #5595 )
...
* Reorganize reference docs
* aliases
* corrections
* fix broken links
* fix broken link
* another broken link
* another broken link
2019-11-11 17:46:27 -05:00
imgbot[bot]
93b9d9c721
[ImgBot] Optimize images ( #5544 )
...
*Total -- 247.88kb -> 204.01kb (17.7%)
/content/en/blog/2019/webhook/example_attack.png -- 169.33kb -> 135.51kb (19.97%)
/content/en/docs/concepts/security/authz.svg -- 78.55kb -> 68.50kb (12.79%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-11-09 06:07:51 -08:00
Yangmin Zhu
9a57887706
update authz concept page for the new v1beta1 policy ( #5165 )
...
* update authz doc
* address comments.
* use master
* address more comments
* implicit enablement
* comments
* link to ref page
* fix lint
* address more comments
* Update content/en/docs/ops/common-problems/security-issues/index.md
Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
* Update content/en/docs/reference/config/authorization/conditions/index.md
Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
* Update content/en/docs/reference/config/authorization/conditions/index.md
Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
* Update content/en/docs/reference/config/authorization/conditions/index.md
Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
* Update content/en/docs/reference/config/authorization/constraints-and-properties/index.md
Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
* Update content/en/docs/concepts/security/index.md
Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
* Update content/en/docs/concepts/security/index.md
Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
* Update content/en/docs/concepts/security/index.md
Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
* Update content/en/docs/concepts/security/index.md
Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
* Update content/en/docs/concepts/security/index.md
Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
* Update content/en/docs/concepts/security/index.md
Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
* Update content/en/docs/concepts/security/index.md
Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
* Update content/en/docs/concepts/security/index.md
Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
* Update content/en/docs/concepts/security/index.md
Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
* more fix
2019-11-09 06:02:52 -08:00
Frank Budinsky
a6a5769f12
Organize security tasks ( #5474 )
...
* Organize security tasks
* lint errors
* fixes
* more fixes
2019-11-07 15:54:27 -05:00
Martin Taillefer
4d4e6ae28e
General cleanup items. ( #5325 )
...
- Fix a bunch of heading capitalization.
- Remove words that shouldn't be in the dictionary
and update the text accordingly.
- Added a few @@ sequences to reference content files from text blocks.
- Used a few {{< source_branch_name >}} sequences to refer to the proper
branch in GitHub rather than master.
2019-11-04 06:41:54 -08: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
craigbox
a42efeb7f8
Remove unnecessary backslashes from example SVID ( #5206 )
...
reads: `spiffe://\<domain\>/ns/\<namespace\>/sa/\<serviceaccount\>`
should read: `spiffe://<domain>/ns/<namespace>/sa/<serviceaccount>`
2019-10-20 07:06:35 -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
78ec428817
Improve concepts organization ( #5095 )
...
* cleanup unused files
* tweak wording
* merge traffic management architecture material
* reorg top level concept sections
* lint errors
* fix list style
2019-10-04 11:43:31 -07:00
Martin Taillefer
d42dfe94ba
Introduce top-level News section. ( #5060 )
2019-09-27 07:09:58 -07:00
Sam Naser
6cee42471f
Add aside to the Node agent concept section mentioning the debug endpoint ( #4914 )
2019-09-12 06:21:37 -07:00
Sam Naser
9ff424c3ec
Add docs for updated Citadel namespace targeting mechanism ( #4746 )
...
* Add docs for updated Citadel namespace targeting mechanism
* Make doc voicing and audience pronouns fit rest of docs
2019-09-10 07:51:56 -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