mozilla-iam / sso-dashboard

A python flask implementation of an SSO dashboard. OIDC for authentication and message bus for alert pipelines.
Mozilla Public License 2.0
37 stars 45 forks source link

Disable the alert and notification engine #486

Closed dividehex closed 7 months ago

dividehex commented 7 months ago

This is the beginning of the end for Alerts and Notifications in the SSO Dashboard. This single commit disables the execution of the Rule engine. There will be more PRs to follow that will gut the Rule engine itself to fully remove Alerts and Notifications related code from the SSO dashboard. The intent to return the dashboard to a simple app tile display for users.

See IAM-1256

dividehex commented 7 months ago

No downstream impact. This is an internal project only.