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

Make notification channels configurable by project, stage or service #27

Open
grabnerandi opened this issue Feb 26, 2021 · 0 comments
Open

Comments

@grabnerandi
Copy link
Contributor

Right now every message will be sent to the same Notification Channel, e.g: the same Slack Channel for all messages on that Keptn installation.

In real life we will however have different channels for a Keptn Project, Stage and Service. I therefore suggest we introduce a configuration file for the notification service that can be placed on project, stage or service level. That file can be used to specify the actual notification channel to send the notification to.

Example:
notification/notification.conf.yaml

notifications:
- slack:
  channel: https://myslack/quality-gate-project1
  events: evaluation-done
- slack:
  channel: https://myslack/approvals
  events: approvale-request
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant