concourse / concourse-chart

Helm chart to install Concourse
Apache License 2.0
143 stars 176 forks source link

corporate docker / oci registry. Should be able to set corporate ca #215

Open poblin-orange opened 3 years ago

poblin-orange commented 3 years ago

Using a corporate docker registry, on premises, we must be able to set corporate ca for registry access (same as credhub and ldap, for which we can specify the ca)

taylorsilva commented 3 years ago

Is this for when Concourse is pulling an image using the registry-image resource? https://github.com/concourse/registry-image-resource/ Have you tried setting ca_certs for the resource?

As of 6.7.0 you can specify defaults for the built-in resource-types: https://github.com/concourse/concourse/pull/6079