fix: Mimecast correct credentials, x-mc-account header, no-ms date format, accountCode in body

This commit is contained in:
lorentz 2026-03-17 16:38:13 -04:00
parent 25bb70cfa6
commit c1479511bf
3 changed files with 36 additions and 15 deletions

View file

@ -107,6 +107,7 @@ services:
MIMECAST_CLIENT_ID: ${MIMECAST_CLIENT_ID}
MIMECAST_CLIENT_SECRET: ${MIMECAST_CLIENT_SECRET}
MIMECAST_BASE_URL: ${MIMECAST_BASE_URL:-https://api.services.mimecast.com}
MIMECAST_ACCOUNT_CODE: ${MIMECAST_ACCOUNT_CODE}
# IT Glue Configuration
ITGLUE_API_KEY: ${ITGLUE_API_KEY}