Nicholas Johns
6986001789
Docs: add notice related to lua and exported symbols ( #405 )
...
Signed-off-by: Nicholas J <nicholas.a.johns5@gmail.com>
7 years ago
Chris Roche
0747d643b1
admin: document /runtime endpoint ( #414 )
...
Signed-off-by: Chris Roche <croche@lyft.com>
7 years ago
Dhi Aurrahman
ab79c016ce
docs: add gateway-error as one of retry-on policies ( #415 )
...
Signed-off-by: Dhi Aurrahman <dio@hooq.tv>
7 years ago
ramaraochavali
a9cdffe4c6
Metrics service docs ( #409 )
...
Doc PR for Envoy implementation PR envoyproxy/envoy#2323
Signed-off-by: Rama <ramaraochavali@gmail.com>
7 years ago
Stephan Zuercher
d79b934cbc
docs: fix misnamed field in examples and g++ vs. c++ ( #410 )
...
Signed-off-by: Stephan Zuercher <stephan@turbinelabs.io>
7 years ago
htuch
b796da4964
api: Google gRPC client library configuration. ( #398 )
...
In support of https://github.com/envoyproxy/envoy/issues/2200 and some
Google internal needs, we are planning on adding support to Envoy to
allow a configuration (or possibly build) driven decision on whether to
using the existing Envoy in-built Grpc::AsyncClient or
the Google C++ gRPC client library (https://grpc.io/grpc/cpp/index.html ).
To move in this direction, the idea is we have the xDS ApiConfigSources,
rate limit service config and other filter configurations point at a
GrpcService object. This can be configured to use an Envoy cluster,
where Grpc::AsyncClient will orchestrate communication, or to contain
the config needed to establish a channel in Google C++ gRPC client
library.
Signed-off-by: Harvey Tuch <htuch@google.com>
7 years ago
Taiki Ono
e9d927d4af
build: introduce VERSION file ( #394 )
...
As a source of entire Envoy version number. Will use this file in envoy
main repo as well.
By this change, document version string will be changed in development
version:
from: "1.6.0-data-plane-api-${GIT_SHA}"
to: "1.6.0.dev-data-plane-api-${GIT_SHA}"
And in release version, for example, in v1.6.0 release:
from: "1.6.0-tag-v1.6.0"
to: "tag-v1.6.0"
The significant change is dropping the first version number string like
"1.6.0-" in the release version document.
Signed-off-by: Taiki Ono <taiks.4559@gmail.com>
7 years ago
alyssawilk
a1f2fe93f0
Updating LB docs to the new LB logic ( #359 )
...
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
7 years ago
Matt Klein
931aaabad9
lds/cds docs: clarify that static listeners/clusters cannot be modified ( #381 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
alyssawilk
3e58a06203
Fixing fix format ( #382 )
...
Fixing whitespace munging in the fix_format script
7 years ago
Jose Ulises Nino Rivera
b7e2251090
xDS: add docs about backing source restrictions ( #371 )
...
envoyproxy/envoy#2256 adds restrictions to the backing sources for xDS resources. This change documents those restrictions.
Signed-off-by: Jose Nino <jnino@lyft.com>
7 years ago
Taiki Ono
f649143d85
stats: revert docs for new --stat-tag CLI arg ( #364 )
...
Revert "stats: docs for new --stat-tag cli arg (#361 )"
This reverts commit 06ae0116c1
.
Signed-off-by: Taiki Ono <taiks.4559@gmail.com>
7 years ago
Andrew Dunham
db82348cf3
Add "crl" field to CertificateValidationContext ( #358 )
...
Signed-off-by: Andrew Dunham <adunham@stripe.com>
7 years ago
Joshua Marantz
27f85fb910
Add doc update to reflect HTML home page being added in ( #363 )
...
https://github.com/envoyproxy/envoy/pull/2261
Signed-off-by: Joshua Marantz <jmarantz@google.com>
7 years ago
Taiki Ono
06ae0116c1
stats: docs for new --stat-tag cli arg ( #361 )
...
For envoyproxy/envoy#1975 .
Signed-off-by: Taiki Ono <taiks.4559@gmail.com>
7 years ago
Derek Argueta
913217deaa
fix IP address in example docs ( #362 )
...
Signed-off-by: Derek Argueta <dereka@pinterest.com>
7 years ago
Yuval Kohavi
fa914b487f
filter: pb definition for squash filter ( #353 )
...
Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
7 years ago
Jose Diaz-Gonzalez
1c338d35f3
docs: remove incorrect information concerning haproxy's capabilities ( #360 )
...
Signed-off-by: Jose Diaz-Gonzalez <email@josediazgonzalez.com>
7 years ago
Matt Klein
5d682c1840
docs: access log / custom header updates ( #352 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Peter Schultz
54b1cb971d
Clarify docs on trusted_ca ( #343 )
...
CertificateValidationContext.trusted_ca is not only for client
certificates, but also for server certs. Change the wording to "peer
certificates".
Also mention that verification is not enabled by default in docs for
UpstreamTlsContext.
Signed-off-by: Peter Schultz <peter.schultz@classmarkets.com>
7 years ago
Taiki Ono
3deffbd132
api: extract tracing protos from bootstrap ( #342 )
...
Signed-off-by: Taiki Ono <taiks.4559@gmail.com>
7 years ago
Stephan Zuercher
17d1abe4bf
docs: document UPSTREAM_METADATA header variable ( #335 )
...
Signed-off-by: Stephan Zuercher <stephan@turbinelabs.io>
7 years ago
Matt Klein
0f45333004
docs: bump version to 1.6.0 ( #336 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Lizan Zhou
ca8355a6d1
grpc-json: add inline descriptor support ( #309 )
...
Signed-off-by: Lizan Zhou <zlizan@google.com>
7 years ago
htuch
574109437a
docs: update --service-{node,cluster,zone} to the v2 world. ( #329 )
...
This patch clarifies the relationship between the CLI flags for local
service configuration and the bootstrap node identifier, where these
concepts are also expressed.
Signed-off-by: Harvey Tuch <htuch@google.com>
7 years ago
Stephan Zuercher
15d04fd719
docs: note availability of dynamic response headers ( #333 )
...
Signed-off-by: Stephan Zuercher <stephan@turbinelabs.io>
7 years ago
alyssawilk
3c69f10b66
tools: automatically removing extra whitespace from rst / md ( #327 )
...
Cleaning up existing files and changing fix format to remove whitespace from .rst and .md files
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
7 years ago
Taiki Ono
ae65079d75
stats: add config and docs for dog statsd sink ( #325 )
...
For envoyproxy/envoy#2158 .
Signed-off-by: Taiki Ono <taiks.4559@gmail.com>
7 years ago
alyssawilk
e7e2f8548d
Adding priority to arch_overview/load_balancing.rst ( #326 )
...
docs: adding priority to arch_overview/load_balancing.rst
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
7 years ago
Jose Ulises Nino Rivera
4b8136ac24
docs: add version info docs for /clusters admin endpoint ( #310 )
...
Signed-off-by: Jose Nino <jnino@lyft.com>
7 years ago
Matt Klein
c73bf48b92
docs: misc fixes ( #318 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
db8385981a
docs: remove WIP warnings ( #316 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
13e9b4f2de
docs: update about docs page ( #317 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
479d85cbbd
docs: rate limit and misc ( #307 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
44d270917e
release notes: added cluster not found option ( #312 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
b9582012f6
docs: misc empty filters ( #315 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
2f7459baf7
docs: client ssl auth filter ( #308 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Stephan Zuercher
35d1afb69b
docs: minor edits for clarity ( #305 )
...
Links xDS earlier in API v2 overview. Removes line numbers from github xDS proto links.
Modifies xDS protocol doc to more clearly define xDS at the start.
Signed-off-by: Stephan Zuercher <stephan@turbinelabs.io>
7 years ago
Matt Klein
5055a88892
docs: 1.5.0 release notes ( #302 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
b227517de0
docs: access log and misc fixes ( #301 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
htuch
65bb3f3717
docs/constraints: bootstrap.proto. ( #284 )
...
Signed-off-by: Harvey Tuch <htuch@google.com>
7 years ago
Matt Klein
dd4cd02123
Lds docs ( #295 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Jose Ulises Nino Rivera
30e4830489
docs: move shared section for circuit breakers ( #297 )
...
Signed-off-by: Jose Nino <jnino@lyft.com>
7 years ago
Matt Klein
ec38af2de5
docs: fault filter ( #294 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Jose Ulises Nino Rivera
1eae5724dc
docs: cds and eds/sds clean up for v2 docs ( #281 )
...
Signed-off-by: Jose Nino <jnino@lyft.com>
7 years ago
Matt Klein
1134ceeca7
docs: redis proxy ( #293 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
6bcca94649
docs: health check ( #288 )
...
Also cleanup some small inconsistencies with link names.
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Daljeet Virdi
3cccae8b55
Zipkin Dashboard URL link should use docker-machine ip. ( #291 )
...
Signed-off-by: Daljeet Virdi <daljeetv@gmail.com>
Description: The link to Zipkin dashboard was incorrect.
Risk Level: Low
Testing: locally.
7 years ago
Matt Klein
3a63fc5035
docs: gRPC transcoder filter ( #286 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Matt Klein
ba4bb89050
docs: remove ip tagging filter ( #285 )
...
This is not implemented. It can be added back for v2 only once it is
implemented.
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago