openshift-pipelines / pipeline-service

SaaS for Tekton Pipelines
Apache License 2.0
23 stars 44 forks source link

Disable Results API configuration DB SSL #891

Closed enarha closed 8 months ago

enarha commented 8 months ago

This does not change the existing state! Till now, the Results API had DB_SSLMODE set to required, but that was not supported by the code. There was no way to provide certificate, so the connection to the DB was never encrypted. A recent change in Tekton Results added that functionality and it makes the API pod fail to start when certificate is not provided. We intend to enable that, but first we need to fix the issue so the pod actually starts. Adding ceriticate and enabling the TLS will be added as separate change.

Roming22 commented 8 months ago

/test test-pipeline-service-static-code-analysis

enarha commented 8 months ago

/test test-docker-images-build

Roming22 commented 8 months ago

/test test-pipeline-service-upgrade-ocp-414

Roming22 commented 8 months ago

/test test-pipeline-service-deployment-ocp-414

Roming22 commented 8 months ago

/test test-pipeline-service-deployment-ocp-414

prietyc123 commented 8 months ago

/test test-pipeline-service-deployment-ocp-414

prietyc123 commented 8 months ago

/lgtm