Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-20682

The uppercase letters in secret of webhooks are lowercased within webhooks URL

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 4.3.0.CR1
    • 4.3.0.CR1
    • openshift
    • Hide

      1. EXEC: Connect to OpenShift server and create a project
      2. EXEC: Create BuildConfig resource using template json file, and make sure the secret of webhooks contain uppercase letter like below:
      {
      "type": "Generic",
      "generic": {
      "secret": "B5N2MoHkqBCANwdwFjfImmMuLPyGR6UXILm1EmhD"
      }
      },
      3. EXEC: Expand "Build Configs" in OpenShift Explorer -> right click above buildconfig object name -> click "Properties"
      4. EXEC: Expand "Webhooks" in Properties
      5. ASSERT: The uppercase letter in secret of webhooks is translated to lowercase within webhooks url like below:
      https://openshift-138.lab.sjc.redhat.com:8443/oapi/v1/namespaces/chunpj/buildconfigs/ruby-sample-build/webhooks/b5n2mohkqbcanwdwfjfimmmulpygr6uxilm1emhd/generic

      Show
      1. EXEC: Connect to OpenShift server and create a project 2. EXEC: Create BuildConfig resource using template json file, and make sure the secret of webhooks contain uppercase letter like below: { "type": "Generic", "generic": { "secret": " B5N2MoHkqBCANwdwFjfImmMuLPyGR6UXILm1EmhD " } }, 3. EXEC: Expand "Build Configs" in OpenShift Explorer -> right click above buildconfig object name -> click "Properties" 4. EXEC: Expand "Webhooks" in Properties 5. ASSERT: The uppercase letter in secret of webhooks is translated to lowercase within webhooks url like below: https://openshift-138.lab.sjc.redhat.com:8443/oapi/v1/namespaces/chunpj/buildconfigs/ruby-sample-build/webhooks/ b5n2mohkqbcanwdwfjfimmmulpygr6uxilm1emhd /generic

    Description

      The uppercase letter in secret of webhooks is translated to lowercase within webhooks url

      Attachments

        Activity

          People

            jcantril@redhat.com Jeffrey Cantrill
            cathat_jira Chunyun Chen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: