Commit Graph

50 Commits

Author SHA1 Message Date
Martin Taillefer e9d7e7654a
Prep work for some upcoming changes. (#822)
- Slightly update the section index files. This is to make some upcoming
future work easier. These changes have no practical effect on the current
site.

- Delete a few extraneous files I noticed.
2017-12-29 07:48:02 -08:00
Wayne Zhang eb12dd9985 Update attribute description for request.headers for gRPC. (#816) 2017-12-21 19:45:31 -08:00
Wayne Zhang edc0fa8d14 Add check.error_code and check_error_status (#814) 2017-12-20 18:43:32 -08:00
Ozben Evren 11b960bbd7 Add descriptions for new functions in the expression language. (#807) 2017-12-18 17:08:12 -08:00
Martin Taillefer c446488e9d
Fix several Envoy-related broken links. (#721) 2017-11-18 06:23:49 -08:00
chengliang 46f54138bc Change key. (#714) 2017-11-14 17:04:41 -08:00
Oliver Liu e0d4759e24 Link fix (#707)
* Link fix.

* Fix links.
2017-11-08 15:23:14 -08:00
Martin Taillefer 834a98f360
Fix a bunch of links so that self-hosted istio.io works properly. (#703) 2017-11-03 17:14:15 -07:00
Martin Taillefer 17a733935a
Updates for new repo layout. (#699) 2017-11-02 13:59:24 -07:00
Shriram Rajagopalan b2497e0b9a assorted fixes (#689) 2017-10-25 12:41:16 -04:00
chengliang 5ba66d20c0 Add auth attributes. (#683) 2017-10-24 09:44:07 -07:00
chengliang 6330147608 Add api attributes to attribute vocabulary. (#666)
* Add api attributes to attribute vocabulary.

* Improve the explanation of API attributes.

* Update comment for context.time.

* Update comment for api.service.

* Update comment for api.operation.
2017-10-16 12:00:42 -07:00
Jason Young 7e3bcede02 fix github.com/istio/issues/issues/90 (#652) 2017-10-10 16:03:05 -04:00
Jang-Soo "Bruce" Lee 9ef4106aa8 typo fixes (#644) 2017-10-09 14:27:43 -04:00
mandarjog a002f41e0b add match and ip doc (#638) 2017-10-06 14:09:27 -07:00
Martin Taillefer 5389f5b338 Delete *.old files (#635)
* Delete old files

* Prevent indexing of the 0.1 site so it doesn't show up in search results.
2017-10-05 17:05:33 -07:00
Sunny Gupta 8842814680 Link Adapter Dev Guide from istio.io/refs/adapter (#605)
* Link Adapter Dev Guide from istio.io/refs/adapter

* typo

* Address comments.

* Fix capitalization.
2017-10-05 11:16:04 -04:00
Shriram Rajagopalan 0a9c5a5334 No egress proxy (#607)
* cleanup

* clean up 2

* nits

* more cleanups

* nits

* fixes

* nits

* nits

* merge

* fix

* nits

* actual advanced install

* remove istio egress

* Update advanced-install.md
2017-10-05 11:15:41 -04:00
Martin Taillefer 62ea0b009d Minor Mixer doc updates. (#603) 2017-10-04 13:51:45 -07:00
Douglas Reid 2bc781f14b Break up ugly mixer-config.md and fix other gen issues (#593)
* Break up ugly mixer-config.md and fix other gen issues

* Updates for review comments
2017-10-03 11:33:59 -04:00
Douglas Reid 1951950edb Update attribute vocab doc (#587) 2017-10-02 15:15:35 -04:00
guptasu ccd3273967 Update the docs with new template docs (#573) 2017-10-02 13:59:31 -04:00
mandarjog 9536e59bcc Update mixer-config.md (#527)
* Update mixer-config

* fix links

* review comments

* missed one comment

* add examples of infrastructure backends
2017-09-26 20:19:34 -07:00
Shriram Rajagopalan ac710a0161 route rules back to sanity: cleaning up after the mystery doc gen (#508)
* back to sanity: cleaning up after the mystery doc gen

* stub out samples
2017-09-25 01:41:02 -04:00
Shriram Rajagopalan 6e77169c6a Ref fixes (#507)
* renaming 1

* move 2

* remove status proto

* rename status url

* nix adapters

* new adapters

* mixer complete

* nixing old swagger

* renaming old

* nix service mesh

* routing rules reborn

* fix index

* index fixes

* bug fixes for missing reference nav

* boo

* foo
2017-09-25 00:47:50 -04:00
Shriram Rajagopalan 391388294c samples->guides (#501)
* samples->guides

* more renames

* egress rule placeholder
2017-09-22 16:12:20 -04:00
Shriram Rajagopalan 8f066f5c6a more target->destination (#473) 2017-09-19 15:57:53 -07:00
mandarjog 6f8e6a8983 Update basic access control task with new configs (#450)
* update access control task with new configs

* add missing entries

* remove extra quotes

* update adapter urls

* consistent rules, other review comments
2017-09-18 14:13:24 -07:00
Shriram Rajagopalan 91f711affc mass sed (#448) 2017-09-15 12:02:57 -04:00
Kuat fb38bd942b rename (#432)
Merging since pilot switch over to using `destination`
2017-09-05 18:51:26 -07:00
Oliver Liu e90f048244 Change the description of source.user. (#424)
source.user is the mTLS authentication result, which represents the identity of
the immediate caller.
2017-08-11 05:51:30 -07:00
Kuat fb253f99d3 Vocabulary updates (#426)
* vocabulary updates

* address review
2017-08-09 14:06:49 -07:00
Jacques Chester c0391e6c8b Replace 'criterion' with 'criteria' (#416)
Criterion is the singular form of criteria, but each example is being
used in a plural context.
2017-07-20 15:52:12 -07:00
David Benque c572673cbd Add missing underscore in MUTUAL_TLS (#403)
Add missing underscore in MUTUAL_TLS
Fix issue #402
2017-07-05 18:42:14 -04:00
Shriram Rajagopalan ef4507a5c8 Point to both circuit breaker and outlier detection in Envoy (#398) 2017-06-20 11:53:58 -04:00
Frank Budinsky 49cd4c440a some doc corrections (#394) 2017-06-19 18:15:20 -07:00
Laurent Demailly 7c16bcf683 additional link to envoy doc to explain circuit breaker maxConnections etc (#395)
* better link to envoy doc

that explains why we have the fields we do unlike the previous link

* better fix, additional link

thx kuat for the explanation

* typo
2017-06-19 18:10:36 -07:00
Kelsey Hightower 1166f8159c Use correct names for loadbalancing policies (#390) 2017-06-15 17:38:34 -04:00
Shriram Rajagopalan 6fe82c471d Rename Istio-Manager to Pilot (#360)
* rename resources

* sed Istio-Manager to Pilot in docs

* sed manager -> Pilot

* updating slides

* remove old images

* Sed in images

* the Pilot -> Pilot

* Istio Manager -> Pilot

* final set of seds
2017-06-08 16:46:36 -04:00
mandarjog c22c89ef9b Add expression language reference (#331)
* Add expression language doc

* update mixer config with el doc ref

* minor fix

* remove include home

* review comments

* relocate expression doc

* removed details
2017-05-24 08:49:53 -07:00
Martin Taillefer d4d8eef5ca Address some TBD items and other small fixes. 2017-05-23 20:07:27 -07:00
Kuat a351cab2da Update service-mesh.md (#291) 2017-05-22 10:53:50 -07:00
Martin Taillefer 5d70521378 A bunch of content fixes. 2017-05-21 09:40:12 -07:00
Laurent Demailly c084cf2bab Fixing remaining bad links and html errors (#236)
* Fixing most of remaining bad links

Still left :
#google.rpc.Code in reference/api/mixer/status

And the mixer-config-quota-bookinfo.yaml is missing in
https://github.com/istio/istio/tree/master/samples/apps/bookinfo

* Add html checking and ignore localhost urls

fixed typo in layouts/base found by html checking

* Fix duplicate id defined

Those anchors don’t seem used btw

* Adding back html proofer

got removed accidentally it seems

* Fix the last 2 errors
2017-05-16 15:09:03 -07:00
Shriram Rajagopalan d348a795a0 fix incorrect LB spec 2017-05-16 09:43:08 -04:00
Martin Taillefer bc3b899ccc Move everything back out of the src directory since its make GitHub Pages unhappy. 2017-05-15 21:53:10 -07:00
Martin Taillefer 065e7a5c71 Move site content into the src directory.
This clearly separates site content from other repo state.
2017-05-15 19:22:30 -07:00
Martin Taillefer 61be48cd78 Improve generate reference documentation overview text. 2017-05-10 07:07:17 -07:00
Douglas Reid 45fd2a2a60 Remove config and mixer from titles of docs (#145)
* Remove config and mixer from titles of docs

* attrgen -> attributes
2017-05-09 19:04:01 -07:00
Martin Taillefer 00b1aac198 Split the Configuration & API reference section in two parts. 2017-05-09 17:18:26 -07:00