Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

site: Update list of Envoy extensions required for Contour #2265

Merged
merged 2 commits into from Feb 20, 2020

Conversation

stevesloka
Copy link
Member

@stevesloka stevesloka commented Feb 20, 2020

Fixes #2048

Image used for testing: stevesloka/envoy-contour:v1.13.0

Signed-off-by: Steve Sloka slokas@vmware.com

@stevesloka stevesloka added this to the 1.2.0 milestone Feb 20, 2020
@codecov
Copy link

codecov bot commented Feb 20, 2020

Codecov Report

Merging #2265 into master will decrease coverage by 0.88%.
The diff coverage is 23.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2265      +/-   ##
==========================================
- Coverage   78.24%   77.35%   -0.89%     
==========================================
  Files          57       58       +1     
  Lines        5070     5154      +84     
==========================================
+ Hits         3967     3987      +20     
- Misses       1017     1080      +63     
- Partials       86       87       +1
Impacted Files Coverage Δ
cmd/contour/contour.go 3.94% <0%> (-0.22%) ⬇️
cmd/contour/shutdownmanager.go 25% <25%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fbb930e...7221687. Read the comment docs.

@@ -34,13 +34,12 @@ Contour requires the following extensions.
If you are using the image recommended in our [example deployment][4] no action is required.
If you are providing your own Envoy it must be compiled with the following extensions:

- `access_loggers`: `envoy.file_access_log`,`envoy.http_grpc_access_log`,`envoy.tcp_grpc_access_log`
- `filters.http`: `envoy.buffer`,`envoy.cors`,`envoy.csrf`,`envoy.ext_authz`,`envoy.fault`,`envoy.filters.http.adaptive_concurrency`,`envoy.filters.http.dynamic_forward_proxy`,`envoy.filters.http.grpc_http1_reverse_bridge`,`envoy.filters.http.grpc_stats`,`envoy.filters.http.header_to_metadata`,`envoy.filters.http.jwt_authn`,`envoy.filters.http.original_src`,`envoy.filters.http.rbac`,`envoy.filters.http.tap`,`envoy.grpc_http1_bridge`,`envoy.grpc_json_transcoder`,`envoy.grpc_web`,`envoy.gzip`,`envoy.health_check`,`envoy.ip_tagging`,`envoy.rate_limit`,`envoy.router`,`envoy.squash`
- `access_loggers`: `envoy.file`,`envoy.http_grpc`,`envoy.tcp_grpc`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these have been renamed to

“envoy.access_loggers.file”

“envoy.access_loggers.http_grpc”

“envoy.access_loggers.tcp_grpc”

https://www.envoyproxy.io/docs/envoy/latest/api-v2/config/filter/accesslog/v2/accesslog.proto

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were some others that I updated. Do we need to version this extension list?

Signed-off-by: Steve Sloka <slokas@vmware.com>
@davecheney
Copy link
Contributor

davecheney commented Feb 20, 2020 via email

Copy link
Contributor

@davecheney davecheney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Ship it

@stevesloka stevesloka merged commit 5e2b2d8 into projectcontour:master Feb 20, 2020
@stevesloka stevesloka deleted the updateEnvoyExtensions branch February 20, 2020 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

document the Envoy extensions required for a minimal footprint installation
2 participants