access_log: Added new command operators to retrieve upstream information#20968
Merged
mattklein123 merged 2 commits intoenvoyproxy:mainfrom Apr 26, 2022
Merged
access_log: Added new command operators to retrieve upstream information#20968mattklein123 merged 2 commits intoenvoyproxy:mainfrom
mattklein123 merged 2 commits intoenvoyproxy:mainfrom
Conversation
…on information %UPSTREAM_PROTOCOL% get upstream protocol %UPSTREAM_PEER_SUBJECT% upstream TLS subject %UPSTREAM_PEER_ISSUER% upstream TLS certificate issuer %UPSTREAM_TLS_SESSION_ID% upstream TLS session ID %UPSTREAM_TLS_CIPHER% upstream TLS cipher %UPSTREAM_TLS_VERSION% upstream TLS version %UPSTREAM_PEER_CERT_V_START% upstream TLS cert validation start date %UPSTREAM_PEER_CERT_V_END% upstream TLS cert validation end/expiry date %UPSTREAM_PEER_CERT% upstream TLS certificate Signed-off-by: Suresh Kumar Ponnusamy <suresh.ponnusamy@freshworks.com> Signed-off-by: Suresh Kumar <sureshkumar.pp@gmail.com>
51b11f0 to
8866e59
Compare
Signed-off-by: Suresh Kumar Ponnusamy <suresh.ponnusamy@freshworks.com> Signed-off-by: Suresh Kumar <sureshkumar.pp@gmail.com>
ravenblackx
pushed a commit
to ravenblackx/envoy
that referenced
this pull request
Jun 8, 2022
…ion (envoyproxy#20968) %UPSTREAM_PROTOCOL% get upstream protocol %UPSTREAM_PEER_SUBJECT% upstream TLS subject %UPSTREAM_PEER_ISSUER% upstream TLS certificate issuer %UPSTREAM_TLS_SESSION_ID% upstream TLS session ID %UPSTREAM_TLS_CIPHER% upstream TLS cipher %UPSTREAM_TLS_VERSION% upstream TLS version %UPSTREAM_PEER_CERT_V_START% upstream TLS cert validation start date %UPSTREAM_PEER_CERT_V_END% upstream TLS cert validation end/expiry date %UPSTREAM_PEER_CERT% upstream TLS certificate Signed-off-by: Suresh Kumar Ponnusamy <suresh.ponnusamy@freshworks.com> Signed-off-by: Suresh Kumar <sureshkumar.pp@gmail.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Commit Message: access_log: Added new command operators to retrieve upstream connection information
Additional Description: Need to add information upstream (protocol and TLS info) information in access log (using it in the context of "dynamic forward proxy" but is also usable generally). So added following command operators
Risk Level: Low
Testing: unit testing and manual testing
Docs Changes: Added
Release Notes: Added
Platform Specific Features:
Fixes #20939