Skip to content

Adding x-user-id header to default dataauth policies

Marc Burnie [AWS] requested to merge fix/dataauth into master

The x-user-id header is passed by storage service to OPA but OPA does not pass this header to legal or entitlements service using the default rego policies, which results in a 401 response.

Merge request reports