-
Notifications
You must be signed in to change notification settings - Fork 1
Public sync #4
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
Public sync #4
Conversation
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
Signed-off-by: David Hontecillas <[email protected]>
Signed-off-by: David Hontecillas <[email protected]>
Signed-off-by: David Hontecillas <[email protected]>
Signed-off-by: David Hontecillas <[email protected]>
Signed-off-by: David Hontecillas <[email protected]>
Signed-off-by: kpacha <[email protected]>
Signed-off-by: kpacha <[email protected]>
Signed-off-by: kpacha <[email protected]>
Signed-off-by: kpacha <[email protected]>
…to configure. Signed-off-by: Daniel Ortiz <[email protected]>
… configure. Signed-off-by: Daniel Ortiz <[email protected]>
Signed-off-by: David Hontecillas <[email protected]>
Signed-off-by: David Hontecillas <[email protected]>
Do not replace the default gin value if there's no remote_ip_headers …
…le to cancel from a client plugin. Signed-off-by: Daniel Ortiz <[email protected]>
fix broken links in documentation
initialize the ClientTLS if required
…ies are provided Signed-off-by: David Hontecillas <[email protected]>
Signed-off-by: David Hontecillas <[email protected]>
Signed-off-by: David Hontecillas <[email protected]>
Signed-off-by: David Hontecillas <[email protected]>
pass the global ctx to the handler and client plugins
Signed-off-by: kpacha <[email protected]>
Signed-off-by: kpacha <[email protected]>
Signed-off-by: kpacha <[email protected]>
Signed-off-by: kpacha <[email protected]>
Allow multiple unsafe requests on the same endpoint
Signed-off-by: David Hontecillas <[email protected]>
Signed-off-by: David Hontecillas <[email protected]>
Signed-off-by: David Hontecillas <[email protected]>
Signed-off-by: David Hontecillas <[email protected]>
Add mTLS config for backend clients
…(also for backend headers) Signed-off-by: David Hontecillas <[email protected]>
add backend level query strings filtering
Signed-off-by: kpacha <[email protected]>
upgrade some x pkgs
…other partes (fixed) Signed-off-by: David Hontecillas <[email protected]>
Remove gin pending fix "patch"
….0.0). Signed-off-by: Daniel Ortiz <[email protected]>
Signed-off-by: Daniel Ortiz <[email protected]>
Signed-off-by: Daniel Ortiz <[email protected]>
Signed-off-by: Daniel Ortiz <[email protected]>
Allow to configure the listen address of the service
init. If we initialize h2c using gin router it will use h2c handler to wrap handler with all routes registered on gin router. The problem is that it is possible to construct router factory with RunServer function which will wrap h2c handler with additional handler. Any logic in this handler will not be able to understand http2 cleartext requests. We have this example in krakend-ce repository where CORS support is added through RunServer function. Then we have CORS handler -> h2c handler -> Gin router. Simplest fix is to move h2c support to server initialization and add h2c handler as the outermost layer. Signed-off-by: Antonije Ivanovic <[email protected]>
Signed-off-by: Antonije Ivanovic <[email protected]>
Signed-off-by: Antonije Ivanovic <[email protected]>
Signed-off-by: Antonije Ivanovic <[email protected]>
Signed-off-by: Antonije Ivanovic <[email protected]>
Signed-off-by: David Hontecillas <[email protected]>
Signed-off-by: David Hontecillas <[email protected]>
Name explicitly the client certificate and private key
In my [#694](luraproject/lura#694) I fixed issued with h2c support and CORS. There was small bug which slipped through code review. New config field does not use correct struct tag. Changed `json` to `mapstructure`. Signed-off-by: Antonije Ivanovic <[email protected]>
Fix for parsing use_h2c config
Signed-off-by: David Hontecillas <[email protected]>
…_config fix missing h2c flag from parser to config
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.