• Reuben Pereira's avatar
    Skip user auth check in alerts_controller#notify · 93d074db
    Reuben Pereira authored
    Do not check if the user can read project in the notify action of the
    alerts_controller because that API is hit by alertmanager, and there
    will never be a user signed in. Project access will be checked in
    the NotifyService which checks if the alertmanager token in the request
    matches the token in the DB for the given project.
    93d074db
9504-fix-alert-notify.yml 99 Bytes