{ "$schema": "https://www.krakend.io/schema/v2.12/krakend.json", "version": 3, "debug_endpoint": true, "echo_endpoint": true, "endpoints": [ { "endpoint": "/auth/{path}/*", "backend": [ { "host": [ "http://auth:2001" ], "url_pattern": "/{path}/" } ] } ] }