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

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

@grabnerandi

Description

@grabnerandi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions