kafka-security-manager icon indicating copy to clipboard operation
kafka-security-manager copied to clipboard

feat(HttpSourceAcl): Add optional configuration header configurations

Open NicolasFruyAdeo opened this issue 1 year ago • 0 comments

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"

NicolasFruyAdeo avatar Dec 13 '23 10:12 NicolasFruyAdeo