Skip to content

Commit

Permalink
Merge pull request #486 from dividehex/IAM-1256
Browse files Browse the repository at this point in the history
Disable the alert and notification engine
  • Loading branch information
dividehex authored Jan 30, 2024
2 parents c237997 + 1fb490e commit 1bf1032
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dashboard/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,9 @@ def dashboard():
# Transfer any updates in to the app_tiles.
S3Transfer(config.Config(app).settings).sync_config()

# The rule engine has been disabled. See IAM-1256
# Send the user session and browser headers to the alert rules engine.
Rules(userinfo=session["userinfo"], request=request).run()
# Rules(userinfo=session["userinfo"], request=request).run()

user = User(session, config.Config(app).settings)
apps = user.apps(Application(app_list.apps_yml).apps)
Expand Down

0 comments on commit 1bf1032

Please sign in to comment.