Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-35153

Events.JobChannel#job_crud_deleted publishing blocked by AccessControl

XMLWordPrintable

    • 1.0-japan-m9, 1.0-m11, 1.0-m12, 1.0-pre-beta-1, atlantic, pannonian, iapetus

      This is actually an issue in the pubsub-light-module. The GuavaPubsubBus does an AccessControlled check before allowing publishing of any message. The first part of that is to check for the existence of the model object associated with the event. But of course In the case of this delete event (or any other delete event), the model object no longer exists, causing the security check to fail and for the event to not be published.

      Need to come up with some event specific way of indicating that it's OK to forward the event if the model object does not exist.

            tfennelly Tom FENNELLY
            tfennelly Tom FENNELLY
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: