From 8c55b0f777955ee092cbbc7cf90d6b832771eef3 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Fri, 20 Sep 2024 16:20:36 +0200 Subject: [PATCH] fix: Add new IP to allowed list --- templates/geokrety_legacy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/geokrety_legacy.yml b/templates/geokrety_legacy.yml index 27730b7..adbe52f 100644 --- a/templates/geokrety_legacy.yml +++ b/templates/geokrety_legacy.yml @@ -15,7 +15,7 @@ x-variables: &variables {% if params.new_env_flag is defined and params.new_env_flag %} GK_SITE_BASE_SERVER_URL: "https://{{ params.website.uri.0 }}" GK_SITE_BASE_SERVER_FQDN: "{{ params.website.uri.0 }}" - GK_SYSTEM_PATH_ALLOWED_IPS: "127.0.0.1,192.168.0.0/16,172.16.0.0/12,10.0.0.0/8,130.180.209.67" + GK_SYSTEM_PATH_ALLOWED_IPS: "127.0.0.1,192.168.0.0/16,172.16.0.0/12,10.0.0.0/8,130.180.209.67,82.66.168.93" GK_MINIO_SERVER_URL_EXTERNAL: "https://{{ params.minio.uri_external }}" MINIO_ACCESS_KEY: "{{ params.minio.access_key }}"