Skip to content

Make HTTP request headers accessible during policy execution

Description

Inject the headers into the input in a variable named header and they should be accessible from Rego like

input.header["location"]

or

input.header.location

Acceptance Criteria

  • Implementation
  • Unit tests
Edited by Cristina Pauna