Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/security/webhooks.md')
-rw-r--r--doc/security/webhooks.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/doc/security/webhooks.md b/doc/security/webhooks.md
index 6164fb794c2..81e7878c9df 100644
--- a/doc/security/webhooks.md
+++ b/doc/security/webhooks.md
@@ -152,15 +152,10 @@ If you can't enable this setting, do one of the following:
### Public runner releases URL is blocked
Most GitLab instances have their `public_runner_releases_url` set to
-`https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-runner/releases`.
-You can't change or disable this setting in the Admin Area, which can prevent you from [filtering requests](#filter-requests).
+`https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-runner/releases`,
+which can prevent you from [filtering requests](#filter-requests).
-To enable the setting, use the [Rails console](../administration/operations/rails_console.md) to set `public_runner_releases_url` to the instance host:
-
-```ruby
-current_settings = ApplicationSetting.find_or_create_without_cache;
-ApplicationSettings::UpdateService.new(current_settings, nil, public_runner_releases_url: Gitlab.config.gitlab.base_url).execute
-```
+To resolve this issue, [configure GitLab to no longer fetch runner release version data from GitLab.com](../user/admin_area/settings/continuous_integration.md#disable-runner-version-management).
### GitLab subscription management is blocked