Commit a3e5355f authored by Evan Read's avatar Evan Read

Merge branch 'wc-gitaly-net' into 'master'

Docs: Add mermaid chart to Gitaly network arch

See merge request gitlab-org/gitlab!55240
parents c6ec6a91 265b69c0
...@@ -126,6 +126,11 @@ The following list depicts the network architecture of Gitaly: ...@@ -126,6 +126,11 @@ The following list depicts the network architecture of Gitaly:
- Authentication is done through a static token which is shared among the Gitaly and GitLab Rails - Authentication is done through a static token which is shared among the Gitaly and GitLab Rails
nodes. nodes.
The following digraph illustrates communication between Gitaly servers and GitLab Rails showing
the default ports for HTTP and HTTPs communication.
![Gitaly network architecture diagram](img/gitaly_network_13_9.png)
WARNING: WARNING:
Gitaly servers must not be exposed to the public internet as Gitaly's network traffic is unencrypted Gitaly servers must not be exposed to the public internet as Gitaly's network traffic is unencrypted
by default. The use of firewall is highly recommended to restrict access to the Gitaly server. by default. The use of firewall is highly recommended to restrict access to the Gitaly server.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment