Commit Graph

154 Commits

Author SHA1 Message Date
Diem Vu 792675ad07 Update authentication policy tasks (#1891) 2018-07-23 14:17:13 -07:00
Limin Wang 61fcfd9e9b Add back denier and listing adapters task doc (#1887)
* Add back denier and listing adapters task doc.

* Renamed and fixed lint errors.
2018-07-20 06:18:37 -07:00
Limin Wang 8973981880 Update authentication concept doc (#1886)
* Update authentication concept doc.

* Fix lint errors.

* Address comments and fixed some links.

* Remove feature stages change from this PR.

I will make a separate PR for it.
2018-07-19 19:10:37 -07:00
Yangmin 0b9e3aba5a update rbac api version to align with istio/istio#6874. (#1879) 2018-07-18 15:21:37 -07:00
Jimmy Song 863934a454 Chinese community translation and fix a markdown error (#1871)
* Chinese community translation and fix a markdown error

- Translate community page into Chinese
- Fix https overlay markdown style check error

* fix CI errors

- update Quick Start with Kubernetes
- update Prerequisites and Installation steps
- fix some broken links
2018-07-18 07:56:37 -07:00
Spike Curtis 0376ee75e9 Clarify install in HTTPS overlay (#1857)
Signed-off-by: Spike Curtis <spike@tigera.io>
2018-07-18 04:54:17 -07:00
Axel Siebenborn b4ed6f2823 Document to use flag security.selfSigned instead (#1757)
of no longer existing template file.
2018-07-17 11:45:57 -04:00
Yangmin 5ba0a19293 Update RBAC task for Istio 1.0. (#1789)
* Update RBAC task for Istio 1.0.

* address comments.

* address comments.

* Replace "Istio RBAC" with "Istio Authorization".

* address comments.

* change "Istio Authorization" to "Authorization" to match #1807.

* resolve conflict.
2018-07-16 16:58:43 -04:00
Limin Wang fd259b3526 Update Istio Authorization Concept. (#1807)
* Update Istio Authorization Concept.

* Fix lint errors and address comments.

* Addressed comments.

* Changed title from "Istio Authorization" to "Authorization".

* Fixed links.

* Addressed comments.

* Addressed comments.

* Fix lint errors.

* Undo unintended changes in .spelling.
2018-07-16 16:46:18 -04:00
Martin Taillefer 597f7ce3b4
Enable more linting rules (#1824)
Fix feported linting errors.
2018-07-15 07:49:11 -07:00
lei-tang 289e90b854 Fix the non-existent file in the test description of Citadel health checking (#1744) 2018-07-14 04:39:29 -07:00
Spike Curtis 6b1321ade4 Newlines to display lists correctly (#1816)
Signed-off-by: Spike Curtis <spike@tigera.io>
2018-07-13 19:19:51 -07:00
Spike Curtis 9fa7b375cf Remove innacurate text about extra RBAC files (#1815)
Signed-off-by: Spike Curtis <spike@tigera.io>
2018-07-13 16:37:36 -07:00
Tao Li 721906a161 Update istio-auth.yaml to istio-demo-auth.yaml (#1809) 2018-07-13 14:08:36 -07:00
Limin Wang 81cd374bc7 Delete "basic access control" and "secure access control" pages. (#1780)
* Delete "basic access control" and "secure access control" pages.

These pages were there before Istio RBAC was introduced. We should
remove them now to avoid confusion.

* Added aliases for deleted pages.
2018-07-12 15:58:43 -07:00
Vincent 044c20358e fixed: references to sleep.yaml (#1770) 2018-07-12 07:37:47 -07:00
Yangmin 6c54c67d9c Update basic-access-control and request-routing. (#1743) 2018-07-11 06:50:17 -07:00
Frank Budinsky de49a21816
Fix references to bookinfo sample files (#1759)
* fix references to sample files

* fix mixer rule link
2018-07-11 09:41:15 -04:00
Jianfei Hu e8a32581d6 Document PERMISSIVE mode for incremental mTLS adoption. (#1565) 2018-07-10 13:54:26 -07:00
Andra Cismaru 4e2b9233bc Create service subsets and move routing/route-rule* to networking/virtual-service* (#1715) 2018-07-10 11:52:29 -07:00
Axel Siebenborn cdf51a4cc0 Replace hard coded pod-id by command substitution. (#1705) 2018-07-10 10:41:41 -07:00
Martin Taillefer 181605b27e
Consolidate the security concept pages into a single page. (#1721)
* Consolidate the security concept pages into a single page.

- This updates the security concept material to be on a single page, which matches the
change done last week for the rest of the concept material. This ends up being a less clicky
more directed introduction for newcomers to the platform.

- While I was there, I moved the redundant What is Istio page from our about section and stuck
the content at the top of the What is Istio page in the Concepts section.
2018-07-10 10:26:19 -07:00
Axel Siebenborn 96ca8ac221 Change name of Policy and DestinationRule. (#1704)
The command uses istioctl replace to change Policy and DestinationRule.
However, there is no Policy or DestinationRule with the name example-2.
2018-07-09 08:43:49 -07:00
Steven Dake 4ebbb12505 Change all references to istio-demo-*.yaml (#1696)
Remove demo from all documentation references
2018-07-06 11:46:23 -07:00
Steven Dake 8c2b933ebc Fix broken links (#1692) 2018-07-06 06:43:20 -07:00
Yossi Mesika 26113b3b5b Remove link annotations from command paths (#1690) 2018-07-06 05:18:17 -07:00
LillyWu 1e8427099a make istio installation yaml file consistent (#1675) 2018-07-05 14:09:03 -04:00
Martin Taillefer 07ed229051
Simplify linking to GitHub content. (#1669)
- Add <github_file> <github_blob> and <github_tree> to make it simpler to link to the right
place on GitHub.

- Use these new sequences throughout the docs.

- Also, fix bad HTML generated for the TOC in certain cirsumstances.

- Fix extra blank line inserted at the bottom of indented code blocks.
2018-07-04 04:16:49 -07:00
mtail 0f8724351f Content fixes.
- Remove What's next sections since we now have auto-generated See also sections

- Fix a few incorrectly capitalized headers, "istio", "kubernetes", "sidecar"
2018-06-30 21:42:52 -07:00
Martin Taillefer 0541000be8
Switch from ``` to {{< text >}} to indicate text blocks. (#1644)
This fixes a number of cases of incorrect formatting of code blocks
throughout the site.
2018-06-30 07:11:21 -07:00
Limin Wang 4a114797f9 Update authn policy tasks with global policy. (#1639)
* Update authn policy tasks with global policy.

This is cloned from Diem's PR
https://github.com/istio/istio.github.io/pull/1600.

* Add section to use mesh-wide policy to enable mTLS globally.
* Update examples to follow naming restriction.

* Fix linter errors.

* Additional lint fix.
2018-06-29 16:12:29 -07:00
mtail 12dbc0202d Fix some bad formatting. 2018-06-29 08:06:59 -07:00
mtail e3c1f36859 Guides -> Examples
As agreed, in prep for the 1.0 launch.
2018-06-27 16:03:53 -07:00
mtail 77da9cccea Next batch of file refactorings. 2018-06-27 00:19:09 -07:00
Guang Ya Liu 4203f1b102 Use route rules in istio file directly. (#1581)
We have created the files in istio already at
https://github.com/istio/istio/pull/6102 , so there is no need
to create the file again.
2018-06-25 11:15:27 -07:00
Guang Ya Liu 425eed2439 Add option when auto injection is enabled. (#1521) 2018-06-15 06:31:51 -07:00
Morven Cao 738bed1889 fix format issue for access control doc. (#1520) 2018-06-15 06:30:02 -07:00
Martin Taillefer 9f3e980147
Add support for an auto-generated See Also section on every page. (#1364)
- We now automatically generate a See Also section on pages when possible.
The links are determined by a reverse index based on the keywords
assigned to each page in its front-matter.

- Do a pass to assign keywords to all our pages to populate the See Also
links.

- Leverage the keywords in the front-matter to generate a keyword metadata entry for each
generated page.
2018-06-11 15:07:32 -07:00
Guang Ya Liu df72c5caad Use virtualservices for basic access control. (#1475) 2018-06-08 09:06:13 -07:00
Guang Ya Liu aab47ae9af Correct some errors in mutual tls over https. (#1479) 2018-06-08 09:05:41 -07:00
Guang Ya Liu 329e6acff6 Added cleanup for mtls. (#1473) 2018-06-07 15:37:03 -07:00
Guang Ya Liu 4d4b297542 Use route rules from samples/bookinfo/routing. (#1476) 2018-06-07 10:01:48 -07:00
Guang Ya Liu c4022b9dc7 Basic auth clean. (#1472) 2018-06-07 05:30:56 -07:00
Oliver Liu 921eadfea1 Fix V0.8 security tasks. (#1400) 2018-06-06 16:15:42 -07:00
Tao Li c7ac01761e Remove the deprecated --debug in istioctl (#1457)
(cherry picked from commit ff690be)
2018-06-06 11:58:28 -07:00
Martin Taillefer 6962982274 Introduce better linking support to github.com/istio/istio (#1443)
- Within a code block, you can now surround a relative file path with @@. This will
cause the path to be rendered as a link to raw.githubusercontent.com/istio/istio/<path>.
This lets the user click on the link to see the content of the file, which is mighty
handy.

- Updated all code blocks to take advantage of the above.

- Introduce support for {{< branch_name >}} which returns the source code branch
name associated with the current doc site.

- Use {{< branch_name >}} in all our references to content in istio/istio on GitHub. This thus
pins our references to the correct version of the content in GitHub. This prevents errors from
gradually appearing in our doc set as content in GitHub starts to diverge from the expectation
in the site content.

(cherry picked from commit 1dcd301)
2018-06-06 08:38:23 -07:00
Martin Taillefer 9b614f4853 Cleanup the style guide and fix random formatting errors. (#1417)
(cherry picked from commit de871cb)
2018-06-02 22:31:23 -07:00
Diem Vu 4e2e72b881 Fix commands for authn policy tutorial. (#1378) 2018-05-30 04:43:29 -07:00
Diem Vu 5ba5b642f9 Update authn concepts and tutorials to reflect changes in 0.8 (#1332) 2018-05-29 16:25:11 -07:00
mtail d7269e7fd3 Fix picky lint errors. 2018-05-28 19:39:56 -07:00
mtail 6e152bbbab Fix a few more formatting issues. 2018-05-28 19:27:25 -07:00
Martin Taillefer b7d8a08998
Workaround Hugo formatting bug with indented code blocks that have lines that start with - (#1372) 2018-05-28 09:14:31 -07:00
mtail 951a8ed9f4 Switch from Jekyll to Hugo. 2018-05-25 20:02:32 -07:00
mtail 401989fba6 Shuffle content around for the Hugo migration. 2018-05-25 19:27:39 -07:00