TykTechnologies / tyk-gateway-docker

Docker compose deployment to run Tyk OSS Gateway
96 stars 80 forks source link

Fix `"driver": "otto"` location in keyless-plugin-api.json #75

Closed georgeowenasurion closed 5 months ago

georgeowenasurion commented 5 months ago

Moving the "driver": "otto" line of keyless-plugin-api.json to its correct position within the "custom_middleware": {...} block. At present, it is outside this block and thus the plugin fails to execute. By moving it within custom_middleware, the plugin will execute successfully.

letzya commented 5 months ago

@georgeowenasurion thank you for your contribution 🙏