This app allows to redirect messages from Google Monitoring Alerts to MS Teams channel via channel connector webhok.
You need specify following variables
Variable name | Description |
---|---|
MS_TEAMS_WEBHOOK | MS Teams connector webhook |
SD2TEAMS_MODE | Operational mode, default Dev, for production use Prod |
echo -n https://outlook.office.com/webhook/<...> /<...>/<...> | gcloud kms encrypt \
--ciphertext-file=- \
--plaintext-file=- \
--location=us-central1 \
--keyring=sd2teams-secrets \
--key=sd2teams-secrets | base64
Then put provided value to cloudbuild.yaml into secertetEnv in secrets section.