Description
A new Knox service is to be added that responds with 200 OK to each incoming request attaching a Bearer Token as part of the Authorization header. The token is obtained from BEARER_AUTH_TOKEN environment variable. Combined with nginx's external authentication capability it allows for every request to be populated with valid authentication details before being forwarded to the upstream service.