OpenShift Gogs Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 24: Line 24:
See {{Internal|OpenShift_Gogs_Configuration#Turn_Off_TLS_Verification_when_Sending_Webhook|Turn Off TLS Verification when Sending Webhook}}
See {{Internal|OpenShift_Gogs_Configuration#Turn_Off_TLS_Verification_when_Sending_Webhook|Turn Off TLS Verification when Sending Webhook}}


=Turn Off TLS Verification when Sending Web Hook=
=Turn Off TLS Verification when Sending Webhook=


Pass SKIP_TLS_VERIFY=true in the container's environment.  
Pass SKIP_TLS_VERIFY=true in the container's environment.  


Verify with: Admin Panel -> Configuration -> Webhook Configuration -> Skip TLS Verify.
Verify with: Admin Panel -> Configuration -> Webhook Configuration -> Skip TLS Verify.

Revision as of 01:04, 7 December 2017

Internal

Configure a Webhook

Repository -> Settings -> Webhooks -> Add Webhook


Payload URL: https://openshift.default.svc.cluster.local/oapi/v1/namespaces/<project-name>/buildconfigs/<buildconfig-name>/webhooks/generic

Content Type: application/json

When should this webhook be triggered: Let me choose what I need -> Push

Active.

Wehook Target Does Not Have a Valid SSL Certificate

When this happens, the webhook delivery attempt produces :

Delivery: Post https://openshift.default.svc.cluster.local/oapi/v1/namespaces/novaordis-dev/buildconfigs/novaordis-session-servlet/webhooks/generic: x509: certificate signed by unknown authority

See

Turn Off TLS Verification when Sending Webhook

Turn Off TLS Verification when Sending Webhook

Pass SKIP_TLS_VERIFY=true in the container's environment.

Verify with: Admin Panel -> Configuration -> Webhook Configuration -> Skip TLS Verify.