Brian Pane
fc640851ea
Add DirectResponseAction, a new route action type that returns a hard… ( #393 )
...
https://github.com/envoyproxy/envoy/issues/2315
Signed-off-by: Brian Pane <bpane@pinterest.com>
7 years ago
htuch
aa73175ddf
api: initial STYLE.md. ( #392 )
...
This is intended to capture some recent threads, it can grow as we learn
new lessons.
Signed-off-by: Harvey Tuch <htuch@google.com>
Signed-off-by: Harvey Tuch <htuch@google.com>
* Fix format.
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
ramaraochavali
170bce67cd
Metrics service - GrpcCluster fix ( #395 )
...
Signed-off-by: Rama <ramaraochavali@gmail.com>
7 years ago
William Thurston
86a09b5ab4
Add an option to forward the base64 encoded cert through the xfcc header so applications can inspect the full cert. ( #390 )
...
Signed-off-by: William Thurston <wthurston@netflix.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
48688e7874
access log: fix to use GrpcCluster ( #389 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Alexey Baranov
4b807469a3
GRPC-native healthcheck config option ( #383 )
...
Part of the work on
https://github.com/envoyproxy/envoy/issues/369
Signed-off-by: Alexey Baranov <me@kotiki.cc>
7 years ago
Gabriel Sagula
5a1ba9a8f7
contributing: edited contributing file ( #385 )
...
Included files that should be edited in order to generate the RSTs and DOCs when a new .proto is added to the project.
Signed-off-by: Gabriel <gsagula@gmail.com>
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
ramaraochavali
c028b84b12
added constraint validations ( #384 )
...
Signed-off-by: Rama <ramaraochavali@gmail.com>
7 years ago
Hong Zhang
893d6eae1f
Improve documentation to the AttributeContext ( #366 )
...
Signed-off-by: Hong Zhang <wora2000@gmail.com>
7 years ago
alyssawilk
3e58a06203
Fixing fix format ( #382 )
...
Fixing whitespace munging in the fix_format script
7 years ago
Brian Pane
bc54222bc0
Document the included check_format script ( #380 )
...
Signed-off-by: Brian Pane <bpane@pinterest.com>
7 years ago
Brian Pane
3f4aa3ceef
Unhide the query parameter match routing from the docs ( #379 )
...
Signed-off-by: Brian Pane <bpane@pinterest.com>
7 years ago
Jose Ulises Nino Rivera
b349b828e3
api config source: add note about EDS backing clusters ( #378 )
...
Signed-off-by: Jose Nino <jnino@lyft.com>
7 years ago
Jose Ulises Nino Rivera
0c6e487542
fix config source comment ( #376 )
...
Signed-off-by: Jose Nino <jnino@lyft.com>
7 years ago
htuch
dd8a7f0e43
cds: correct dns_lookup_family default docs. ( #374 )
...
Fixes #347 .
Signed-off-by: Harvey Tuch <htuch@google.com>
7 years ago
ljmatkins
bbd2cda0f0
xDS: add clarification about new requests superseding old ones ( #372 )
...
This change came from a conversation in the #control-plane-dev Slack channel.
Details at: https://envoyproxy.slack.com/archives/C7LDJTM6Z/p1514113660000041
Signed-off-by: ljmatkins <ljmatkins@gmail.com>
7 years ago
William Chang
c3bfbc75d9
Create bazel rules for Go gRPC client libraries ( #340 )
...
Add Go bazel rules for protos and gRPC.
Signed-off-by: misterwilliam <misterwilliam@google.com>
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
Saurabh Mohan
28d28198e5
Add support for configuration of external authorization grpc server. ( #346 )
...
Add support for configuration of TCP, HTTP filters to support external authorization cluster.
The filter configuration references an external cluster which is expected to be running the grpc server that supports the service being defined by #296
Signed-off-by: Saurabh Mohan <saurabh+github@tigera.io>
7 years ago
Reuven Lazarus
47f761e65a
cleanup: Add a missing has_services and remove an unused import. ( #365 )
...
Signed-off-by: Reuven Lazarus <rzl@google.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
Brian Pane
05384e069b
Add URL query arg matching to the route configuration schema. ( #320 )
...
Signed-off-by: Brian Pane <bpane@pinterest.com>
7 years ago
Piotr Sikora
eb58cf0178
tls: inline delivery of TLS certificates and private keys. ( #357 )
...
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
7 years ago
mandarjog
b4a648f0b1
Move request.http_request to ac.request in envoy.api.v2.auth package. ( #349 )
...
Signed-off-by: Mandar U Jog <mjog@google.com>
7 years ago
Gabriel Sagula
ad63d8c9d1
Filter: Added window_bits field to gzip proto ( #356 )
...
Signed-off-by: Gabriel <gsagula@gmail.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
Kuat
36acb42032
Move auth.proto up one level ( #355 )
...
Signed-off-by: Kuat Yessenov <kuat@google.com>
7 years ago
Matt Klein
8064129d38
access log: add additional downstream tx time fields ( #350 )
...
This is needed for more accurate time accounting.
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Jose Ulises Nino Rivera
bd0209590e
network filters: update list of v2 supported network filters ( #348 )
...
Signed-off-by: Jose Nino <jnino@lyft.com>
7 years ago
Matt Klein
ffdd5265a3
access log: small fixes ( #344 )
...
1) Use Address instead of SocketAddress to account for UDS.
2) Rename/clarify/add both remote/local for downstream/upstream.
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
mandarjog
9f9caa630f
External auth filter2 ( #296 )
...
Signed-off-by: Mandar U Jog <mjog@google.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
Kuat
9e967b37ee
Add gogoproto annotations ( #339 )
...
Signed-off-by: Kuat Yessenov <kuat@google.com>
7 years ago
Matt Klein
3f08c922a3
access log: gRPC service config updates ( #338 )
...
Signed-off-by: Matt Klein <mklein@lyft.com>
7 years ago
Kuat
cbc45f7959
Small fix for Gzip proto ( #341 )
...
Signed-off-by: Kuat Yessenov <kuat@google.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
Gabriel Sagula
66211a101d
filter: pb definition for gzip filter ( #337 )
...
Signed-off-by: Gabriel <gsagula@gmail.com>
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
Greg Greenway
1d80e460f9
Add configuration for tcp proxy idle timeout. ( #334 )
...
Signed-off-by: Greg Greenway <ggreenway@apple.com>
7 years ago