From bd016f7cfc5cc484257a8b190bd295f8d9bd39bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A2ni=20Marques?= Date: Thu, 6 Aug 2026 17:18:00 +0200 Subject: [PATCH] monitoring: login-health merchant HTTPS probe and 307 ok --- scripts/login-health/koopa-login-health.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/login-health/koopa-login-health.sh b/scripts/login-health/koopa-login-health.sh index 8b5645e..32aacea 100755 --- a/scripts/login-health/koopa-login-health.sh +++ b/scripts/login-health/koopa-login-health.sh @@ -174,16 +174,17 @@ OPTIONAL_CONTAINERS=( koopa-paivana ) +# merchant nginx on :9010 is HTTPS-only (plain HTTP → 400) PROBES=( - "merchant|http://127.0.0.1:9010/config|200" + "merchant|https://127.0.0.1:9010/config|200" "exchange|http://127.0.0.1:9011/keys|200" "bank|http://127.0.0.1:9012/config|200" "forgejo|http://127.0.0.1:9024/|200,302,303" - "castopod|http://127.0.0.1:9020/|200,302,303" - "bonfire|http://127.0.0.1:9021/|200,302,303" - "prime|http://127.0.0.1:9022/|200,302,303" - "bt|http://127.0.0.1:9023/|200,302,303,401" - "paivana|http://127.0.0.1:9025/|200,302,303" + "castopod|http://127.0.0.1:9020/|200,302,303,307,308" + "bonfire|http://127.0.0.1:9021/|200,302,303,307,308" + "prime|http://127.0.0.1:9022/|200,302,303,307,308" + "bt|http://127.0.0.1:9023/|200,302,303,307,308,401" + "paivana|http://127.0.0.1:9025/|200,302,303,307,308" "tops-ng1|http://127.0.0.1:9090/|200,302,303" "tops-ng2|http://127.0.0.1:9091/|200,302,303" "tops-ng3|http://127.0.0.1:9092/|200,302,303"