Skip to content

feat(HttpSourceAcl): Add optional configuration header configurations - #133

Open
NicolasFruyAdeo wants to merge 2 commits into
conduktor:masterfrom
NicolasFruyAdeo:feat/header_configurations
Open

feat(HttpSourceAcl): Add optional configuration header configurations#133
NicolasFruyAdeo wants to merge 2 commits into
conduktor:masterfrom
NicolasFruyAdeo:feat/header_configurations

Conversation

@NicolasFruyAdeo

Copy link
Copy Markdown
Contributor

Add 2 optional configuration properties:

  • contentlength.required: Defaults to false, fail fast rather than skipping HTTP response body length validation when set to true. Corresponding environment variable: SOURCE_HTTP_CONTENT_LENGTH_HEADER_REQUIRED
  • headers: Defaults to empty, adds extra headers on the HTTP requests sent by the HttpSourceAcl, overriding default headers in case of duplicates, including those added from another configuration, authentication for example. Corresponding environment variable: SOURCE_HTTP_HEADER_OVERRIDES formatted as CSV such as "k1:v1,k2:v2"

…ngth header

Defaults to false, fail fast rather than skipping HTTP response body length validation.
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