Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 457 Bytes

MIGRATION.md

File metadata and controls

16 lines (12 loc) · 457 Bytes

Migration Guide

Migrating from 1.x.x to 2.x.x

allowedHeaders: ['x-cortex-email', 'x-cortex-name'] is now required in the proxy config:

Update app-config.yaml to add a new config under the proxy section:

'/cortex':
  target: ${CORTEX_BACKEND_HOST_URL}
  headers:
    Authorization: Bearer ${CORTEX_TOKEN}
  allowedHeaders: ['x-cortex-email', 'x-cortex-name']