Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Blessing <drew@blessing.io>2019-01-11 23:59:57 +0300
committerDrew Blessing <drew@blessing.io>2019-01-14 18:01:28 +0300
commitfc75d207b06737cb14f671f9e4475bb85afd2bb2 (patch)
tree5f99ea8894e31146259a21c55f2f033222cd897b
parent8c1991b9bb7e3b8d606481fdea316d633cfa5eb7 (diff)
Indicate which version shipped with Gitaly TLS support
-rw-r--r--doc/administration/gitaly/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/administration/gitaly/index.md b/doc/administration/gitaly/index.md
index cf37eaa0b61..05c1923f0cb 100644
--- a/doc/administration/gitaly/index.md
+++ b/doc/administration/gitaly/index.md
@@ -217,6 +217,8 @@ repository from your GitLab server over HTTP.
## TLS support
+> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22602) in GitLab 11.7.
+
Gitaly supports TLS credentials for GRPC authentication. To be able to communicate
with a gitaly instance that listens for secure connections you will need to use `tls://` url
scheme in the `gitaly_address` of the corresponding storage entry in the gitlab configuration.