Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom alerting mechanism #1369

Open
phenixblue opened this issue Apr 23, 2019 · 2 comments
Open

Add custom alerting mechanism #1369

phenixblue opened this issue Apr 23, 2019 · 2 comments

Comments

@phenixblue
Copy link
Contributor

Expected Behavior

Add a custom alerting mechanism that can send alerts on policy failures to Slack (and maybe other systems). My specific thought is around Kubernetes, but this may be applicable across the board.

Along with #1368 this could allow for passive alerting on "would be" policy failures in addition to normal policy failures.

A default alert target can be defined for the admission controller as well as user defined targets that can be read from annotations on a Kubernetes object (something like the namespace).

Actual Behavior

NA

Steps to Reproduce the Problem

NA

Additional Info

NA

@tsandall
Copy link
Member

tsandall commented Apr 26, 2019

This feels like it could be built on-top of the existing Decision Log API. For example:

  • Decision Log events would be sent to the alerting service
  • Alerting service would look for the alert document in the decision
  • Based on the the environment/resource/alert the service would send notifications

Definitely need to think about this further.

This is related to #1368.

@tsandall tsandall reopened this Apr 26, 2019
@stale
Copy link

stale bot commented Nov 22, 2021

This issue has been automatically marked as inactive because it has not had any activity in the last 30 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants