Skip to content
代码片段 群组 项目
未验证 提交 30b50d25 编辑于 作者: Suzanne Selhorn's avatar Suzanne Selhorn 提交者: GitLab
浏览文件

Merge branch 'tmccaslin-duo-network-additions' into 'master'

Add missing details for Duo network connections

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/150731



Merged-by: default avatarSuzanne Selhorn <sselhorn@gitlab.com>
Co-authored-by: default avatarTaylor McCaslin <tmccaslin@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -66,10 +66,10 @@ Prerequisites: ...@@ -66,10 +66,10 @@ Prerequisites:
#### Configure network and proxy settings #### Configure network and proxy settings
For all self-managed AI features: For self-managed instances, to enable AI-powered features:
- Your firewalls and HTTP/S proxy servers must allow outbound connections - Your firewalls and HTTP/S proxy servers must allow outbound connections
to `cloud.gitlab.com` on port `443`. to `cloud.gitlab.com` and `customers.gitlab.com` on port `443` both with `https://` and `wws://`.
- Both `HTTP2` and the `'upgrade'` header must be allowed, because GitLab Duo - Both `HTTP2` and the `'upgrade'` header must be allowed, because GitLab Duo
uses both REST and WebSockets. uses both REST and WebSockets.
- To use an HTTP/S proxy, both `gitLab_workhorse` and `gitLab_rails` must have the necessary - To use an HTTP/S proxy, both `gitLab_workhorse` and `gitLab_rails` must have the necessary
......
...@@ -63,10 +63,10 @@ To enable Beta and Experimental AI-powered features, use the [Experiment and Bet ...@@ -63,10 +63,10 @@ To enable Beta and Experimental AI-powered features, use the [Experiment and Bet
To enable Beta and Experimental AI-powered features for GitLab versions where GitLab Duo Chat is not yet generally available, see the [GitLab Duo Chat documentation](gitlab_duo_chat.md#for-self-managed). To enable Beta and Experimental AI-powered features for GitLab versions where GitLab Duo Chat is not yet generally available, see the [GitLab Duo Chat documentation](gitlab_duo_chat.md#for-self-managed).
### Enable outbound connections to enable GitLab Duo features on Self-managed instances ### Enable outbound connections to enable GitLab Duo features on self-managed instances
- Your firewalls and HTTP/S proxy servers must allow outbound connections - Your firewalls and HTTP/S proxy servers must allow outbound connections
to `cloud.gitlab.com` on port `443`. to `cloud.gitlab.com` and `customers.gitlab.com` on port `443` both with `https://` and `wws://`.
- Both `HTTP2` and the `'upgrade'` header must be allowed, because GitLab Duo - Both `HTTP2` and the `'upgrade'` header must be allowed, because GitLab Duo
uses both REST and WebSockets. uses both REST and WebSockets.
- To use an HTTP/S proxy, both `gitLab_workhorse` and `gitLab_rails` must have the necessary - To use an HTTP/S proxy, both `gitLab_workhorse` and `gitLab_rails` must have the necessary
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册