diff --git a/doc/user/gitlab_duo/turn_on_off.md b/doc/user/gitlab_duo/turn_on_off.md index e9aa664711b389af98b8e964c4c4c1aaaafe2b0c..b821569eabfae615bf69333156ecd89a78baca35 100644 --- a/doc/user/gitlab_duo/turn_on_off.md +++ b/doc/user/gitlab_duo/turn_on_off.md @@ -60,6 +60,33 @@ To resolve this problem, try editing your Apache proxy settings: RewriteRule ^/?(.*) "ws://127.0.0.1:8181/$1" [P,L] ``` +## Run a health check for GitLab Duo + +DETAILS: +**Offering:** Self-managed, GitLab Dedicated +**Tier:** Premium, Ultimate +**Status:** Beta + +> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/161997) in GitLab 17.3 [with a flag](../../administration/feature_flags.md) named `cloud_connector_status`. Enabled by default. + +FLAG: +The availability of this feature is controlled by a feature flag. +For more information, see the history. +This feature is available for testing, but not ready for production use. + +Run a health check to test if your instance meets the requirements to use GitLab Duo. +When the health check completes, it displays a pass or fail result and the types of issues. + +Prerequisites: + +- You must be an administrator. + +To run a health check: + +1. On the left sidebar, at the bottom, select **Admin**. +1. Select **GitLab Duo**. +1. On the upper-right corner, select **Run health check**. + ## Turn off GitLab Duo features You can turn off GitLab Duo for a group, project, or instance. diff --git a/ee/config/feature_flags/wip/cloud_connector_status.yml b/ee/config/feature_flags/beta/cloud_connector_status.yml similarity index 90% rename from ee/config/feature_flags/wip/cloud_connector_status.yml rename to ee/config/feature_flags/beta/cloud_connector_status.yml index 6b561301775b8d5f5b4d71578475bf3b4d739192..ece6e8333f851de759404967ec283a639d95e0c3 100644 --- a/ee/config/feature_flags/wip/cloud_connector_status.yml +++ b/ee/config/feature_flags/beta/cloud_connector_status.yml @@ -5,5 +5,5 @@ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/159579 rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/473706 milestone: '17.3' group: group::cloud connector -type: wip -default_enabled: false +type: beta +default_enabled: true