Skip to content

Make Header value in rego a string, not an array

Description

The value for each header in Rego must be a string, not an array.

Example: input.headers["Accept"] must return a string.

Also Host Header must be passed to Rego runtime.

Acceptance Criteria

  • Implementation
  • Unit tests
Edited by Cristina Pauna