Indicate which version shipped with Gitaly TLS support

This commit is contained in:
Drew Blessing 2019-01-11 20:59:57 +00:00
parent 8c1991b9bb
commit fc75d207b0
1 changed files with 2 additions and 0 deletions

View File

@ -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.