-
Bug
-
Resolution: Done
-
Critical
-
Pipelines 1.4.1
-
5
-
False
-
False
-
-
-
Pipelines Sprint 209, Pipelines Sprint 210, Pipelines Sprint 211
When a pod is created as part of a PipelineTask, the Pipeline Operator sets the environement variable
SSL_CERT_DIR=/tekton-custom-certs
this has the effect of overriding the Certiticate Authority search path /etc/pki/tls/certs, see https://golang.org/src/crypto/x509/root_linux.go
The result of this is a customer defined Certificated Authorithy, added in /etc/pki/tls/certs in a container image following the documentation at https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/security_hardening/using-shared-system-certificates_security-hardening#adding-new-certificates_using-shared-system-certificates
Is this expected behaviour ?
The overriding was added in