diff --git a/krakend.json b/krakend.json index 6e7890f..b6c1922 100644 --- a/krakend.json +++ b/krakend.json @@ -5,13 +5,13 @@ "echo_endpoint": true, "endpoints": [ { - "endpoint": "/auth/{path}", + "endpoint": "/auth/*", "backend": [ { "host": [ "http://auth:8000" ], - "url_pattern": "/{path}" + "url_pattern": "/" } ] } diff --git a/stack.yaml b/stack.yaml index f6f4895..6791726 100644 --- a/stack.yaml +++ b/stack.yaml @@ -2,7 +2,7 @@ version: "3.9" services: krakend: - image: krakend:2.12.0 + image: krakend:2.11.0 ports: - mode: ingress target: 8080