Skip to content

testing travis#420

Closed
junr03 wants to merge 1 commit intomasterfrom
test-travis-3
Closed

testing travis#420
junr03 wants to merge 1 commit intomasterfrom
test-travis-3

Conversation

@junr03
Copy link
Member

@junr03 junr03 commented Feb 4, 2017

No description provided.

@junr03 junr03 closed this Feb 4, 2017
@junr03 junr03 deleted the test-travis-3 branch February 4, 2017 01:41
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>
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.

1 participant