From 49ee975143879b0ebeee7d14ba456c8acb7d7bcc Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Mon, 22 Jan 2024 11:32:58 +0100 Subject: [PATCH] wip --- .../keycloak-env/apicast-config.json | 28 ------------------- 1 file changed, 28 deletions(-) diff --git a/dev-environments/keycloak-env/apicast-config.json b/dev-environments/keycloak-env/apicast-config.json index 9be1114e0..6662d5ef2 100644 --- a/dev-environments/keycloak-env/apicast-config.json +++ b/dev-environments/keycloak-env/apicast-config.json @@ -119,33 +119,5 @@ ] } } - }, - { - "id": "1", - "backend_version": "1", - "proxy": { - "hosts": ["get.example.com"], - "api_backend": "http://example.com/get", - "backend": { - "endpoint": "http://127.0.0.1:8081", - "host": "backend" - }, - "policy_chain": [ - { - "name": "apicast.policy.apicast" - } - ], - "proxy_rules": [ - { - "http_method": "GET", - "pattern": "/", - "metric_system_name": "hits", - "delta": 1, - "parameters": [], - "querystring_parameters": {} - } - ] - } - } ] }