Skip to content

WIP: Add outgoing Mutual TLS support

Eric Mosher requested to merge emosher/gitlab:37090-gitaly-mtls into master

What does this MR do?

This MR addresses the first issue outlined in #37090 (closed), namely that GitLab should be able to connect to external entities (e.g. Jenkins) via Mutual TLS. For customers in highly regulated industries, or governments, Mutual TLS is required as part of a zero trust environment. This MR aims to fix this for our use case.

Screenshots

N/A

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Closes #37090 (closed)

Edited by Eric Mosher

Merge request reports