Uploaded image for project: 'Satellite'
  1. Satellite
  2. SAT-12284

With every edit of an exising webhook, the value in password field disappears in Satellite 6.10/6.11/6.12

XMLWordPrintable

    • Important

      Description of problem:

      The password field of a webhook is not persistent while other parameters in the webhook is being modified and submitted

      Version-Release number of selected component (if applicable):

      Satellite 6.10
      Satellite 6.11
      Satellite 6.12 ( internal latest snap )

      How reproducible:

      100%

      Steps to Reproduce:
      1. Install any of the versions of the satellite as mentioned before

      2. Go to Administer --> Webhooks and Create a webhook by selecting any arbitrary stuff But make sure to go to the Credentials page and mention a username and password in their respective fields

      3. Open CLI and go inside rake console to inspect the data.

      1. foreman-rake console

      Webhook.last.password

      Webhook.last.user

      4. Go back to Administer --> Webhooks , simply edit the webhook, and then submit. We don't even need to make any change.

      5. Come back inside CLI where rake console is open and type

      Webhook.last.password

      Webhook.last.user

      Actual results:

      At Step 3: We can see the user and password is set:

      irb(main):001:0> Webhook.last.password
      => "redhat"
      irb(main):002:0> Webhook.last.user
      => "admin"

      At Step 5, We see the user is still set but password has become blank

      irb(main):003:0> Webhook.last.password
      => ""

      irb(main):004:0> Webhook.last.user
      => "admin"

      Even before submitting the hook at Step 4, if we go to the Credentials tab, we will get to see the same thing i.e. password field is blank as soon as we edit the Webhook.

      Expected results:

      The password should remain set and intact unless manually modified or nullified.

      Additional info:

      NA

            ofedoren@redhat.com Oleh Fedorenko
            ofedoren@redhat.com Oleh Fedorenko
            Peter Ondrejka Peter Ondrejka
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: