From a3bd1e86f63bb15235b5382201c2924cf7017145 Mon Sep 17 00:00:00 2001 From: JulienChampagnol Date: Tue, 18 Feb 2025 14:26:39 +0100 Subject: [PATCH] fix(vease_config): healthcheck route --- lambda_function/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lambda_function/config.py b/lambda_function/config.py index 5120dba..25ca753 100644 --- a/lambda_function/config.py +++ b/lambda_function/config.py @@ -116,7 +116,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None): "environment": [{"name": "ID", "value": ID}], }, "HEALTHCHECK_PORT": 443, - "HEALTHCHECK_ROUTE": f"/{ID}/geode/healthcheck", + "HEALTHCHECK_ROUTE": f"/{ID}/geode/vease_back/healthcheck", "LISTENER_ARN": "arn:aws:elasticloadbalancing:eu-west-3:622060531233:listener/app/ApiGeodeSolutions/4a4814e5912d42aa/70716e78eabafa1f", "PING_ROUTE": f"/{ID}/opengeodeweb_back/ping", "ORIGINS": "https://vease.geode-solutions.com", @@ -135,7 +135,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None): "environment": [{"name": "ID", "value": ID}], }, "HEALTHCHECK_PORT": 443, - "HEALTHCHECK_ROUTE": f"/{ID}/geode/healthcheck", + "HEALTHCHECK_ROUTE": f"/{ID}/geode/vease_back/healthcheck", "LISTENER_ARN": "arn:aws:elasticloadbalancing:eu-west-3:622060531233:listener/app/ApiGeodeSolutions/4a4814e5912d42aa/70716e78eabafa1f", "PING_ROUTE": f"/{ID}/opengeodeweb_back/ping", "ORIGINS": "https://next.vease.geode-solutions.com", @@ -154,7 +154,7 @@ def __init__(self, REQUEST_ORIGIN: str, REQUEST_PATH: str, ID: str = None): "environment": [{"name": "ID", "value": ID}], }, "HEALTHCHECK_PORT": 443, - "HEALTHCHECK_ROUTE": f"/{ID}/geode/healthcheck", + "HEALTHCHECK_ROUTE": f"/{ID}/geode/vease_back/healthcheck", "LISTENER_ARN": "arn:aws:elasticloadbalancing:eu-west-3:622060531233:listener/app/ApiGeodeSolutions/4a4814e5912d42aa/70716e78eabafa1f", "ORIGINS": "TO_COMPLETE", "PING_ROUTE": f"/{ID}/geode/opengeodeweb_back/ping",