ExpressGateway / express-gateway

A microservices API Gateway built on top of Express.js
https://www.express-gateway.io
Apache License 2.0
2.97k stars 344 forks source link

Unauthorized response #1005

Open mohitt13 opened 4 years ago

mohitt13 commented 4 years ago

when i uncomment key cloak policy in the gatewayconfig.yml file and run the project i get an unauthorized response.

pipeline:

user: apiEndpoints: - user policies: #- key-auth: - log: - action: message: ${req.method} ${req.originalUrl} - proxy: - action: serviceEndpoint: userService