Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

zoni/slack-trigger-pd

Repository files navigation

slack-trigger-pd

Trigger PagerDuty incidents from Slack without users needing to have associated PagerDuty accounts.

Runs as a serverless application on Azure Functions.

Project status

This is being actively used and supported by the engineering department at Castor to allow anyone within the company to open incidents.

Configuration

In order to work correctly, the following app settings are required:

  • PAGERDUTY_API_KEY: A valid PagerDuty user API token (it's recommended to create a dedicated "robot" account for this).
  • PAGERDUTY_USER_EMAIL: The email address of the user associated with above API key.
  • SLACK_API_TOKEN: The Slack API token associated with the Slack App (see Installing into a Slack workspace below).
  • SLACK_SIGNING_SECRET: The Slack signing secret, used to validate requests coming from Slack.

Optional configuration

These optional app settings can be set for additional functionality:

Installing into a Slack workspace

  1. Visit https://api.slack.com/apps/ and click Create New App.
  2. Choose From an app manifest and select the desired workspace.
  3. Paste in the contents from slack-app-manifest.yml, making sure to replace ${FUNCTIONS_APP_DOMAIN} with the endpoint of your deployed Azure Functions app.
    • Hint: envsubst can be helpful here, try: FUNCTIONS_APP_DOMAIN=your-function-name.azurewebsites.net envsubst < slack-app-manifest.yml)
  4. Review and complete the installation, then proceed with Install to Workspace.

License

This software is dual-licensed under the Apache 2.0 and the MIT licenses.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Trigger PagerDuty incidents from Slack without users needing to have associated PagerDuty accounts

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published