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']