feat: Telegram notifications from SAC on ingest
Send Telegram alerts for high/critical events and new Problems. Configurable via TELEGRAM_* env vars; ingest never fails on send errors.
This commit is contained in:
@@ -17,4 +17,10 @@ EVENT_SCHEMA_PATH=/opt/security-alert-center/schemas/event-schema-v1.json
|
||||
SAC_ADMIN_USERNAME=admin
|
||||
SAC_ADMIN_PASSWORD=
|
||||
|
||||
# Telegram notifications from SAC (phase 1C.4)
|
||||
TELEGRAM_ENABLED=false
|
||||
TELEGRAM_BOT_TOKEN=
|
||||
TELEGRAM_CHAT_ID=
|
||||
TELEGRAM_MIN_SEVERITY=high
|
||||
|
||||
CORS_ORIGINS=*
|
||||
|
||||
Reference in New Issue
Block a user