Skip to content

Remove code for updating gitconfig and change DefaultBundlePath value

Adam Cohen requested to merge 334999-remove-gitconfig-modification into master

What does this MR do?

This MR does the following:

  • removes a change that was originally added in order to solve git certificate error with ADDITIONAL_CA_CERT_BUNDLE on alpine containers, however, there's a better approach as described here
  • Updates the DefaultBundlePath from /etc/ssl/certs/ca-cert-additional-gitlab-bundle.pem to /etc/ssl/certs/ca-certificates.crt. This change will enable the certificate stored in ADDITIONAL_CA_CERT_BUNDLE to be used by tools such as git without any additional work.

What are the relevant issue numbers?

gitlab-org/gitlab#334999 (closed)

Does this MR meet the acceptance criteria?

Edited by Adam Cohen

Merge request reports