From 50d83ccd2464b2ec6041eac168dfd0c1e8e36312 Mon Sep 17 00:00:00 2001 From: Yury Kossakovsky Date: Tue, 24 Jun 2025 10:04:21 -0600 Subject: [PATCH] Remove Logflare API key generation from secrets script as tokens are not in use --- scripts/03_generate_secrets.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/03_generate_secrets.sh b/scripts/03_generate_secrets.sh index 31a87ef..4e1af25 100755 --- a/scripts/03_generate_secrets.sh +++ b/scripts/03_generate_secrets.sh @@ -37,8 +37,6 @@ declare -A VARS_TO_GENERATE=( # From MD file (ensure they are in template if needed) ["SECRET_KEY_BASE"]="base64:64" # 48 bytes -> 64 chars ["VAULT_ENC_KEY"]="alphanum:32" - ["LOGFLARE_LOGGER_BACKEND_API_KEY"]="secret:64" # base64 encoded, 48 bytes -> 64 chars - ["LOGFLARE_API_KEY"]="secret:64" # base64 encoded, 48 bytes -> 64 chars ["LOGFLARE_PRIVATE_ACCESS_TOKEN"]="fixed:not-in-use" # For supabase-vector, can't be empty ["LOGFLARE_PUBLIC_ACCESS_TOKEN"]="fixed:not-in-use" # For supabase-vector, can't be empty ["PROMETHEUS_PASSWORD"]="password:32" # Added Prometheus password