Skip to content

Set proxy_set_header in Ingress for bearer authentication

Neil Crossley requested to merge feature/add_helm_charts into main

proxy_set_header is necessary for the bearer authentication. Otherwise the bearer token is not passed to the service via authorization header.

Merge request reports