Hello, we are running into issues with an endpoint...
# general
s
Hello, we are running into issues with an endpoint protected by a private CA cert. Our Kubernetes system recently updated its certs and started using a private CA. We run Pulumi from a container from Jenkins. I have added the necessary certs to the certificate store in the container image. Curl works and trusts the certificate. Pulumi still complains:
tls: failed to verify certificate: x509: certificate signed by unknown authority
Does Pulumi not use the certificate store in the container image?
Never mind, some more investigation and I solved it. It wasn't Pulumi itself that had the problem, it was something for Kubernetes. After updating the kubeconfig (which seems to have its own copy of the cert chain?), it now works.