Closed
Conversation
rshriram
pushed a commit
to rshriram/envoy
that referenced
this pull request
Oct 30, 2018
* Prototype for JWT Verification Filter * remove files * remove unnessesary test * remove unnnesessary deps * misc * add spaces * add TODO comments * update config loading * - handle the case body() is null - simplify some codes * removed Impldesign.md * use make_shared * merge IssuerInfo::IssuerInfo() and IssuerInfo::Preload() into a single function * remove goto * add ENVOY_LOG for AsyncClientCallbacks * add ENVOY_LOG for IssuerInfo::IssuerInfo() * refactor IssuerInfo::IssuerInfo() * use ENVOY_LOG in JwtAuthConfig::Load() * add ENVOY_LOG for JwtVerificationFilter * merge JwtAuthConfig::JwtAuthConfig() and JwtAuthConfig::Load() into a single function * add some TODO comments * handle the case the proxy is destroyed before the response for Async call is coming back * hold Request object and call its cancel method * modify comments * update according to JWT library interface update * add comment
rshriram
pushed a commit
to rshriram/envoy
that referenced
this pull request
Oct 30, 2018
Automatic merge from submit-queue. [DO NOT MERGE] Auto PR to update dependencies of mixerclient This PR will be merged automatically once checks are successful. ```release-note none ```
PiotrSikora
added a commit
to istio/envoy
that referenced
this pull request
Feb 24, 2020
While there, migrate Wasm access logger to the new-style name, and switch to the REGISTER_FACTORY macro. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
wolfguoliang
pushed a commit
to wolfguoliang/envoy
that referenced
this pull request
Jan 23, 2021
jpsim
pushed a commit
that referenced
this pull request
Nov 28, 2022
This is a mirror of the Android change made in envoyproxy/envoy-mobile#385. The change was originally motivated by the fact that Android was unable to obtain the configuration template within C++ before the JNI was loaded. Moving the template resolution logic to Java fixed this issue by allowing the JNI to be initialized before loading the template. Key changes in this PR: - Moved template resolution to Objective-C - Custom YAML files are no longer treated as templates, and are not resolved (but are passed through as-is). This matches Android - Updated initializers as necessary to match Android Signed-off-by: Michael Rebello <me@michaelrebello.com> Signed-off-by: JP Simard <jp@jpsim.com>
jpsim
pushed a commit
that referenced
this pull request
Nov 29, 2022
This is a mirror of the Android change made in envoyproxy/envoy-mobile#385. The change was originally motivated by the fact that Android was unable to obtain the configuration template within C++ before the JNI was loaded. Moving the template resolution logic to Java fixed this issue by allowing the JNI to be initialized before loading the template. Key changes in this PR: - Moved template resolution to Objective-C - Custom YAML files are no longer treated as templates, and are not resolved (but are passed through as-is). This matches Android - Updated initializers as necessary to match Android Signed-off-by: Michael Rebello <me@michaelrebello.com> Signed-off-by: JP Simard <jp@jpsim.com>
mathetake
added a commit
that referenced
this pull request
Mar 3, 2026
**Commit Message** This fixes the edge case of extproc where response header processing phase is called with request header processing being skipped. That happens when an earlier filter sends some immediate response before it even reaches the AI Gateway filter. **Related Issues/PRs (if applicable)** Closes #403 --------- Signed-off-by: Takeshi Yoneda <t.y.mathetake@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.
No description provided.