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:
authorReuben Pereira <rpereira@gitlab.com>2019-08-08 19:54:52 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-08 19:54:52 +0300
commit409126c891a40cb104e91d76e6ef99a327602bb4 (patch)
treea74caa0546666856c9940843ec25b7a4244bf35b /doc/raketasks
parent79bff3ee7a0d2d91faedeadb1965966f7551b62c (diff)
Add docs for local requests whitelist
- Add documentation under security/webhooks since similar docs are present there.
Diffstat (limited to 'doc/raketasks')
-rw-r--r--doc/raketasks/web_hooks.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/raketasks/web_hooks.md b/doc/raketasks/web_hooks.md
index a498e9793c1..cc1166a04cc 100644
--- a/doc/raketasks/web_hooks.md
+++ b/doc/raketasks/web_hooks.md
@@ -53,3 +53,8 @@ sudo gitlab-rake gitlab:web_hook:list NAMESPACE=acme
# source installations
bundle exec rake gitlab:web_hook:list NAMESPACE=acme RAILS_ENV=production
```
+
+## Local requests in webhooks
+
+[Requests to local network by webhooks](../security/webhooks.md) can be allowed
+or blocked by an administrator.