Add JwksAsyncFetch configuration#5311
Merged
soloio-bulldozer[bot] merged 7 commits intomasterfrom Sep 10, 2021
Merged
Conversation
Expose the Envoy configuration created here: envoyproxy/envoy#16298
|
Issues linked to changelog: |
|
Visit the preview URL for this PR (updated for commit e479660): (expires Fri, 17 Sep 2021 17:37:33 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
sam-heilbron
approved these changes
Sep 10, 2021
ben-taussig-solo
pushed a commit
that referenced
this pull request
Sep 10, 2021
* Add JwksAsyncFetch configuration Expose the Envoy configuration created here: envoyproxy/envoy#16298 * variable name * codegeen * Update jwt.proto * import definition of JwksAsyncFetch in config * don't import definition * define JwksAsyncFetch in config.proto
soloio-bulldozer bot
pushed a commit
that referenced
this pull request
Sep 13, 2021
* Add support for headerBodyRequestTransform property in aws destinationSpec * Add testing around new property * Document Local AWS config process * Add changelog entry * Merge branch 'master' into aws-lambda-header-body-request-transform * Add staged transformations * Merge branch 'aws-lambda-header-body-request-transform' of github.com:solo-io/gloo into aws-lambda-header-body-request-transform * Only apply transformation filter if transformations have been added * Add notes on debug workflow * Minor updates to extracted payload values * rename method to httpMethod * Merge refs/heads/master into aws-lambda-header-body-request-transform * Adding changelog file to new location * Deleting changelog file from old location * Respond to comments * git push Merge branch 'aws-lambda-header-body-request-transform' of github.com:solo-io/gloo into aws-lambda-header-body-request-transform * Add JwksAsyncFetch configuration (#5311) * Add JwksAsyncFetch configuration Expose the Envoy configuration created here: envoyproxy/envoy#16298 * variable name * codegeen * Update jwt.proto * import definition of JwksAsyncFetch in config * don't import definition * define JwksAsyncFetch in config.proto * Adding changelog file to new location * Deleting changelog file from old location * Merge branch 'aws-lambda-header-body-request-transform' of github.com:solo-io/gloo into aws-lambda-header-body-request-transform * extract early stage filter utility * Add sam's commentary on port 21001 to e2e README * Pass pointer to &transformationPlugin.RequireEarlyTransformation * Revert "extract early stage filter utility" This reverts commit a5ed578. * Merge branch 'aws-lambda-header-body-request-transform' of github.com:solo-io/gloo into aws-lambda-header-body-request-transform * Make earlyPluginStage private again * Update description + fieldname of request transformation option * Merge refs/heads/master into aws-lambda-header-body-request-transform * Update function signature of aws.NewPlugin in aws plugin test * Merge branch 'aws-lambda-header-body-request-transform' of github.com:solo-io/gloo into aws-lambda-header-body-request-transform * Remove log statements * Set regular transforms when request transformations are applied, use camelCase for queryString extractor * Merge refs/heads/master into aws-lambda-header-body-request-transform * Testing updates * Merge branch 'aws-lambda-header-body-request-transform' of github.com:solo-io/gloo into aws-lambda-header-body-request-transform * Remove transformation plugin RequireTransformationFilter property * Improve commentary around the use of earlyTransformsAdded property in aws plugin
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.
Description
Expose the Envoy configuration created here: envoyproxy/envoy#16298
Context
Users requested this feature to reduce the noise and 401s caused by refreshing jwks on failures.
Checklist:
make -B install-go-tools generated-codeto ensure there will be no code diff