Skip to content

caas-team/use-cases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Public CaaS Use Cases

AlertmanagerConfig for Webex Teams

Preparation:

  1. Create a Bot in Webex Teams.
  2. Grab the generated access_token and invite the Bot in a channel (or create a new one).
  3. Call the API for the room_id
curl -s -X GET -H 'Authorization: Bearer XXXXXXXXXXXXX' https://webexapis.com/v1/rooms | jq .
  1. Create a K8S secret in the namespace where the AlertManager exists with the Webex API Bearer Token:
kubectl -n demoapp create secret generic alertmanager-webex \
  --from-literal=WEBEX_TOKEN='XXXXXXXX' \
  1. Provide roomID in one of these examples:

Gatekeeper Constraint Templates

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published