[jbosstools-issues] [JBoss JIRA] (JBIDE-20682) The uppercase letter in secret of webhooks is translated to lowercase within webhooks url

Chunyun Chen (JIRA) issues at jboss.org
Tue Sep 15 04:13:00 EDT 2015


     [ https://issues.jboss.org/browse/JBIDE-20682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chunyun Chen updated JBIDE-20682:
---------------------------------
    Steps to Reproduce: 
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


  was:
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




> The uppercase letter in secret of webhooks is translated to lowercase within webhooks url
> -----------------------------------------------------------------------------------------
>
>                 Key: JBIDE-20682
>                 URL: https://issues.jboss.org/browse/JBIDE-20682
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.3.0.CR1
>         Environment: 3.0.0.CR1-v20150911-0245-B38
>            Reporter: Chunyun Chen
>
> The uppercase letter in secret of webhooks is translated to lowercase within webhooks url



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list