Remove Logflare API key generation from secrets script as tokens are not in use

This commit is contained in:
Yury Kossakovsky
2025-06-24 10:04:21 -06:00
parent a11addadd5
commit 50d83ccd24

View File

@@ -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