Add support for TLS client authentication
Merged
requested to merge sfnelson/gitlab-ci-multi-runner:feature/tls-client-authentication into master
Compare changes
Files
9- Stephen Nelson authored
Allow gitlab-ci to connect to a gitlab host using TLS client authentication (mutual authentication). Adds configuration and support for using TLS client certificates when using go's TLS transport layer and also sets git enviromental variables for runners.
+ 25
− 0
@@ -381,11 +381,36 @@ func (b *Build) GetDefaultVariables() JobVariables {