Ingestion service credentials encryption. Ingestion auth handling

This commit is contained in:
Wayne
2025-07-11 17:39:21 +03:00
parent 59e5c5c69b
commit 7ed8d78d73
14 changed files with 396 additions and 24 deletions

View File

@@ -43,3 +43,8 @@ JWT_EXPIRES_IN="7d"
ADMIN_EMAIL=admin@local.com
ADMIN_PASSWORD=a_strong_pass
SUPER_API_KEY=
# Master Encryption Key for sensitive data
# IMPORTANT: Generate a secure, random 32-byte hex string for this
# Use `openssl rand -hex 32` to generate a key
ENCRYPTION_KEY=