diff options
author | Drew Blessing <drew@blessing.io> | 2019-01-11 20:59:57 +0000 |
---|---|---|
committer | Drew Blessing <drew@blessing.io> | 2019-01-14 09:01:28 -0600 |
commit | fc75d207b06737cb14f671f9e4475bb85afd2bb2 (patch) | |
tree | 5f99ea8894e31146259a21c55f2f033222cd897b /doc/administration/gitaly | |
parent | 8c1991b9bb7e3b8d606481fdea316d633cfa5eb7 (diff) | |
download | gitlab-ce-fc75d207b06737cb14f671f9e4475bb85afd2bb2.tar.gz |
Indicate which version shipped with Gitaly TLS support
Diffstat (limited to 'doc/administration/gitaly')
-rw-r--r-- | doc/administration/gitaly/index.md | 2 |
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. |