-
Notifications
You must be signed in to change notification settings - Fork 5.3k
release: flipping fatal-by-defaults #8847
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
Changes from all commits
78aff42
a9ac01e
37c6335
c67a8f6
34ddfde
1dc8649
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,6 +32,8 @@ | |
| "@type": type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager | ||
| codec_type: AUTO | ||
| stat_prefix: router | ||
| common_http_protocol_options: | ||
| idle_timeout: 840s | ||
| route_config: | ||
| name: local_route | ||
| virtual_hosts: | ||
|
|
@@ -60,7 +62,9 @@ | |
| typed_config: {} | ||
| tracing: | ||
| operation_name: INGRESS | ||
| idle_timeout: 840s | ||
| common_http_protocol_options: | ||
| idle_timeout: 840s | ||
| http2_protocol_options: {} | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. oops, fixed
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Did you mean to delete this? |
||
| access_log: | ||
| - name: envoy.file_access_log | ||
| filter: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How did this pass tests in the first place? Shouldn't this have failed somehow on the compile time options build?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We had the example configs test tagged as excluded. I'll go and fix that as I think it's more trouble than it's worth.