This repository has been archived by the owner on May 18, 2024. It is now read-only.
forked from luraproject/lura
-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
This file contains 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]>
…_links 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]>
…ry_strings 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]>
…in_fix 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]>
…upport Fix h2c support
Signed-off-by: David Hontecillas <[email protected]>
Signed-off-by: David Hontecillas <[email protected]>
…s_config Name explicitly the client certificate and private key
In my [luraproject#694](luraproject#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]>
…ng_h2c_config Fix for parsing use_h2c config
Signed-off-by: David Hontecillas <[email protected]>
…n_parser_to_config fix missing h2c flag from parser to config
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.