openshift-labs / starter-guides

Getting Started with OpenShift for Developers workshop
https://openshift-labs.github.io/starter-guides-html/
Apache License 2.0
134 stars 147 forks source link

Gogs webhook trigger error (Python lab) #180

Open DarrickLeong opened 3 years ago

DarrickLeong commented 3 years ago

I am attempting the Python lab workshop and now at the Section: 'Trigger Automatic Rebuilds on Code Changes'

Under Exercise: Configuring Gogs Web Hooks

I realized that Github Webhook URL was not created. I proceeded to create the github URL on my own type: GitHub github: secretReference: name: nationalparks-other-webhook-secret

After Creating the github URL i proceeded to create the gogs webhook from the settings page in gogs.

I used both github and generic URL and received the same error which is

Delivery: Post https://api.cluster-sin-de84.sin-de84.example.opentlc.com:6443/apis/build.openshift.io/v1/namespaces/user9/buildconfigs/nationalparks/webhooks/6bae1d0368197158/generic: x509: certificate signed by unknown authority

Wondering if I missed a step or is there a bug somewhere.

bmeklund commented 2 years ago

Hi, there was an update on the webhook trigger on the python-track before before christmas. I think this should work now.