Commit Graph

86 Commits

Author SHA1 Message Date
Tao Li 6e3acad482 Revise the description of istio-demo (#2743) 2018-10-12 11:01:29 -07:00
hackerman 60421f4e40 Add open source OIDC providers to security page (#2689)
Adds open source OIDC providers ORY Hydra and Keycloak to the securit
overview page.

Closes #2687
2018-10-06 07:46:20 -07:00
Martin Taillefer a2026aab5e
Clean up a bunch of loose ends (#2745) 2018-10-05 22:21:56 -07:00
Frank Budinsky 627de1ab7b
More context in example fragments (#2728) 2018-10-03 16:13:58 -04:00
Yangmin Zhu 5cb7c13a8e rbac: update concept and reference for RBAC tcp. (#2612) 2018-10-01 13:19:52 -07:00
Yangmin Zhu afea7b3c06 authn: add task for per-path jwt authentication (#2692)
*
2018-10-01 06:39:55 -07:00
Frank Budinsky 629b74a8b2
Add canary rollout to concepts doc (#2697)
* Add canary rollout to concepts doc

* tweak
2018-09-26 15:07:23 -04:00
AdamDang cfd8124766 Update index.md (#2682) 2018-09-25 14:44:03 -04:00
Martin Taillefer edfdf7d795
Site improvements. (#2663)
* Site improvements.

- For SVG images, authors no longer need to specify image ratios
(which is a constant source of errors)

- Move more icons into the new icons.svg file to further reduce
average page load times.

- Rationalize Istio logo file names.

- Improve underlining behavior for sidebar headers and the RSS feed
Subscribe link.

- Made the RSS feed subscribe link open in a new tab.

- Increase the constract ratio for some elements in dark mode
text blocks (namely, YAML field names)

- Reduce the "brightness" of the light bulb icon which helps it
not pop so much in dark mode.

- Optimize the fonts we load and the order we load them in so as to improve page load time and
reduce the initial render time.

* Sadly, embedding SVGs into the HTML results in duplicate element ids, which is invalid HTML :-(
2018-09-21 17:56:46 -07:00
Oliver Liu 770155d677 Fix plugin cert doc and improve helm instructions (#2630)
* Fix plugin cert doc.

* Small fix.

* Small fix.

* Small fix.
2018-09-18 05:54:24 -07:00
Martin Taillefer 0a4264417f
Site improvements (#2633)
- Use a new approach to managing icons. This has two primary benefits:

  - It makes it possible to color the icons such that they look good in the
    dark theme. Previously, the icons were rendered in black on dark grey when
    using the dark theme.

  - The average payload size for our web pages is reduced and we better use the
    browser cache.

- The new icon approach makes it possible to remove our dependency on the fontawesome
  package, which further slims down our payload requirement

- Refresh our iconography for a slightly lighter look.

- Remove the extra thick left-hand border of text blocks to lighten the
look.

- Added a "NN minutes to read" indication on top of each page. This is
only displayed if the count is > 1 minute.

- Added a calendar icon next to the blog post date.

- Exposed a bunch of strings that were buried in CSS/JS to translation.

- Add the 'keywords:' front-matter fields to the Hugo archetypes.
2018-09-17 08:52:23 -07:00
Quanjie Lin 2632b41f26 documentation for RBAC policy permissive mode (#2426)
* documentation for RBAC policy permissive mode

* update permissive mode sample for global RBAC config

* address comment

* move permissive section to the top

* add more words for expected user experience

* seperate two senarios to use permissive

1. turn on RBAC 0 -> 1
2. add new policy

* rename rbac->authorization, move to concept page

* address comment

* address comment
2018-09-14 15:25:23 -07:00
Martin Taillefer bae85cba1b
Minor corrections. (#2583) 2018-09-11 12:34:38 -07:00
Lin Sun 6d378161c7 clarify few code change related to tracing (#2582) 2018-09-11 08:18:43 -07:00
Laurent Demailly f911579ea0 update link to fortio (#2445) 2018-08-28 20:12:35 -07:00
Lin Sun b875d07075
adding minimal istio doc (#2349)
* adding minimal istio doc

* fix spell error

* address steve comment

* address steve comment

* change to 2.10 per discussion

* fix CI lint errors

* remove aliases

* fix broken link

* fix link

* fix link

* address yossi's good catches!
2018-08-28 14:02:55 -04:00
Bryant Luk b3e0ebb409 Change `mTLS` in YAML config to `mtls` (#2378)
- The `mtls` key is case sensitive.
2018-08-27 14:41:57 -07:00
cmluciano 120e1567f3 Replace a few instances of route rule with VirtualService (#2344)
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
2018-08-23 08:26:28 -07:00
Martin Taillefer 5e29d61ff2
Bunch of site fixes & improvements. (#2306)
- Correct the use of OpenGraph annotations. I used the wrong attribute name, so the
annotations were never recognized.

- Added support for Twitter cards to our site, improving the experience of referencing
the site from Twitter posts.

- Added support for the twitter: front matter field for use in blog posts. Specifying this
front-matter entry will show the author's twitter address on the blog post, and will
add a Twitter card entry to the page noting the author's address.

- Renamed the page_icon front matter field to just icon to be consistent with other
entries.

- Made it so the subtitle front matter field can be used anywhere, not just on blog posts.

- Added a lint check to ensure subtitles don't end with a period.

- We now insert an "author" metadata entry whenever the attribution: front matter
field is used.
2018-08-19 11:51:03 -07:00
Martin Taillefer be7c374f29
Switch to Hugo 0.47 (#2288)
- Fixes the bug where not all of our files would get the right lastmod
time extracted from GitHub.

- Fixes most of the cases of bad HTML output around the use of {{<text>}}. There's
still a single bad case which I'll report to the Hugo folks.

- Use Hugo's new --minify option to minify HTML instead of having to use the
separate and slow html-minifier program.

- Fix some bad HTML on the landing page.
2018-08-17 22:33:16 -07:00
Yangmin 053efb78f9 fix sample RbacConfig in concept page. (#2253) 2018-08-16 09:45:43 -07:00
Tao Li b7976e6d94 Remove recovation from security concept doc (#2257) 2018-08-15 09:47:32 -07:00
mtail 6a152a766d Fix incorrect aspect ratio. 2018-08-12 18:14:07 -07:00
Zack Butcher 25f7c61a4b remove the word 'global' as it adds confusion (#2209) 2018-08-10 14:48:48 -07:00
Pahlevi Fikri Auliya 6c4b75084b Remove misplaced "the" (#2198) 2018-08-10 07:25:17 -07:00
Martin Taillefer be92dc771e
Fix up some aliases. (#2174) 2018-08-07 10:54:49 -07:00
Martin Taillefer fd290dc73e
Improve linting (#2148)
- We now detect text blocks that are incorrectly indented.

- We now detect image captions that end in a period.

- We now detect page descriptions that don't end in a period.

- CircleCi now runs linting without minifying HTML first, improving perf and
improving error output.

- In CircleCi, we now have a per-build cache for HTML proofer output. This
helps reduce the frequency of link timeout errors.

- Fix errors flagged by the above new lint checks.
2018-08-04 08:44:06 -07:00
Oliver Liu f83bb8ada0 Fix security concept figure captions etc. (#2087) 2018-08-02 16:07:03 -07:00
mtail e33cb732dc Fix a typo. 2018-08-01 13:11:37 -07:00
Jason Young 2db7f5648d add initial galley intro to "what is istio" concept page (#2113) 2018-08-01 12:10:58 -07:00
Martin Taillefer 26bd62e408
Final release material (#2028)
- New landing page layout and content.

- 1.0 announcement blog post

- New "what is istio" page
2018-07-30 21:37:03 -07:00
Oliver Liu 682db1e3e3 Update Security Concepts (#1912) 2018-07-30 20:46:36 -07:00
Yangmin 9fba9d24ad authz: small fixes and clarification of user and source.principal. (#2067) 2018-07-30 12:29:41 -07:00
Martin Taillefer 1c300c99bd
Spelling improvements (#2037)
Remove a bunch of entries that shouldn't have been in the spelling dictionary
and correct content aoocrdingly.

I'm disabling the Chinese spell checking for now, since I'm not able to fix the
spelling errors that emerged there. Once this PR is in, I'll file an issue to get
those spelling errors addressed and checking reenabled.
2018-07-29 14:27:06 -07:00
Limin Wang 1678690069 Authz doc changes. (#2027) 2018-07-27 21:32:06 -07:00
Vincent 87bc23286f fix yaml syntax error in concepts/securyt (#2018) 2018-07-27 11:00:40 -07:00
Jason Young c27351268b use kubectl for managing Istio API resources (#2002)
* use kubectl consistently throughout for Istio API resource C.R.U.D operations

xref: https://github.com/istio/istio.github.io/issues/1843

* fix typo

* review comments

* remove unnecessary instructions to use `replace` instead of `create`

* fix linter in `zh` content
2018-07-27 10:57:41 -07:00
mtail fc6f620b5e Fix several aspect ratio values. 2018-07-27 06:53:14 -07:00
Dan Ciruli 95fb8df5cf New request flow diagram (#1930)
* New request flow diagram

* Added ingress and egress gateways to diagram

* resized image, updated ratios in .md
2018-07-27 05:55:39 -07:00
mtail c42d9e7ca2 Fix some aspect ratios. 2018-07-26 06:33:53 -07:00
Dan Ciruli 056a13cf1b New adapters diagram (#1928) 2018-07-26 06:25:23 -07:00
Dan Ciruli 7bb01fa9c8 New topology diagrams (#1927) 2018-07-26 06:22:21 -07:00
Martin Taillefer 9d56f3dbe7
Various design changes. (#1976)
- Increase the size of the Copy button in preformatted blocks to make it stand out since it is the
most common used button.

- Shift the copy/download/print buttons in PRE blocks towards the left so they don't overlap the
scroll bar in large text blocks.

- Switch to new fonts.

- Instead of underlining <H2> headers, we now draw a blue bar above them.

- Add an "up level" button at the top of pages.

- Streamline the appearance of the next/previous page links at the bottom of most pages.

- Remove the right pointing arrows from index pages and see also sections. They were just
confusing.

- Add icons to the main pages.

- Slightly change the layout of the glossary page, more to come here.
2018-07-26 06:14:32 -07:00
Dan Ciruli b32b22e9c1 New version of new authz diagram (#1931) 2018-07-25 21:58:40 -07:00
mtail 7797fd427d A few editorial fixes. 2018-07-25 09:57:55 -07:00
Yangmin 973d25c451 Add a slash to the gRPC path format in ServiceRole. (#1950) 2018-07-24 16:16:11 -07:00
mtail 613ffd6cc3 A few editorial fixes. 2018-07-24 13:13:15 -07:00
Rigs Caballero cddace0f45 Remove ghost elements from security diagrams. (#1943)
By removing ghost elements from the SVG files, I could fix the scaling of the
diagrams.

Signed-off-by: rcaballeromx <grca@google.com>
2018-07-24 13:02:37 -07:00
Rigs Caballero c3ab22f604 Edit Security section for clarity. (#1921)
* Edit Security section for clarity.

The edit includes:

* Rewrite of every passive voice instance.
* Consistent use markup to reference code from the examples in the text.
* Added emphasis to make key concepts clearer.
* Added links to the Identity section of the docs.
2018-07-24 10:50:50 -07:00
Dan Ciruli bfc17bb1fe New citadel (auth) diagram (#1929) 2018-07-24 07:50:40 -07:00