-
Notifications
You must be signed in to change notification settings - Fork 89
Envoy Update to d3110f4 (May 9, 2022) #847
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
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
8db9277
Envoy Update to d3110f4 (May 9, 2022)
tomjzzhang 672ee98
fix integration test. There are now only two default ciphers: 1 RSA, …
tomjzzhang f6b6003
fix format.
tomjzzhang dcc072d
Remove unnecessary date comment. Change order of update to make more …
tomjzzhang 7cb5d85
test if clang version is the issue.
tomjzzhang 16bfca5
View AZP clang directories
tomjzzhang b18d4cf
fix tree command.
tomjzzhang a604838
try and find the file since its not in the expected directory.
tomjzzhang 4ee2555
Disable clang_tidy CI target
tomjzzhang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 6.0.0-pre.20220414.2 | ||
| 6.0.0-pre.20220421.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
58 changes: 58 additions & 0 deletions
58
test/integration/configurations/nighthawk_https_origin_dsa.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,58 @@ | ||
| admin: | ||
| access_log: | ||
| - name: envoy.access_loggers.file | ||
| typed_config: | ||
| '@type': type.googleapis.com/envoy.extensions.access_loggers.file.v3.FileAccessLog | ||
| path: $tmpdir/nighthawk-test-server-admin-access.log | ||
| profile_path: $tmpdir/nighthawk-test-server.prof | ||
| address: | ||
| socket_address: { address: $server_ip, port_value: 0 } | ||
| static_resources: | ||
| listeners: | ||
| - address: | ||
| socket_address: | ||
| address: $server_ip | ||
| port_value: 0 | ||
| filter_chains: | ||
| - filters: | ||
| - name: envoy.filters.network.http_connection_manager | ||
| typed_config: | ||
| "@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager | ||
| generate_request_id: false | ||
| codec_type: AUTO | ||
| stat_prefix: ingress_http | ||
| route_config: | ||
| name: local_route | ||
| virtual_hosts: | ||
| - name: service | ||
| domains: | ||
| - "*" | ||
| http_filters: | ||
| - name: dynamic-delay | ||
| - name: test-server | ||
| typed_config: | ||
| "@type": type.googleapis.com/nighthawk.server.ResponseOptions | ||
| response_body_size: 10 | ||
| v3_response_headers: | ||
| - { header: { key: "x-nh", value: "1" } } | ||
| - name: envoy.filters.http.router | ||
| typed_config: | ||
| "@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router | ||
| dynamic_stats: false | ||
| transport_socket: | ||
| name: tls | ||
| typed_config: | ||
| "@type": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext | ||
| common_tls_context: | ||
| tls_certificates: | ||
tomjzzhang marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - certificate_chain: | ||
| inline_string: | | ||
| @inject-runfile:nighthawk/external/envoy/test/config/integration/certs/server_ecdsacert.pem | ||
| private_key: | ||
| inline_string: | | ||
| @inject-runfile:nighthawk/external/envoy/test/config/integration/certs/server_ecdsakey.pem | ||
| layered_runtime: | ||
| layers: | ||
| - name: static_layer | ||
| static_layer: | ||
| envoy.reloadable_features.no_extension_lookup_by_name: false | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.