feat: Mimecast email integration — message logs, threat events, 120d retention, admin UI
This commit is contained in:
parent
7792e91587
commit
25bb70cfa6
11 changed files with 112285 additions and 1 deletions
|
|
@ -103,6 +103,11 @@ services:
|
|||
# ipinfo.io API token (optional)
|
||||
IPINFO_TOKEN: ${IPINFO_TOKEN:-}
|
||||
|
||||
# Mimecast API Configuration
|
||||
MIMECAST_CLIENT_ID: ${MIMECAST_CLIENT_ID}
|
||||
MIMECAST_CLIENT_SECRET: ${MIMECAST_CLIENT_SECRET}
|
||||
MIMECAST_BASE_URL: ${MIMECAST_BASE_URL:-https://api.services.mimecast.com}
|
||||
|
||||
# IT Glue Configuration
|
||||
ITGLUE_API_KEY: ${ITGLUE_API_KEY}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue