diff options
author | Reuben Pereira <rpereira@gitlab.com> | 2019-08-08 16:54:52 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-08 16:54:52 +0000 |
commit | 409126c891a40cb104e91d76e6ef99a327602bb4 (patch) | |
tree | a74caa0546666856c9940843ec25b7a4244bf35b /doc/raketasks | |
parent | 79bff3ee7a0d2d91faedeadb1965966f7551b62c (diff) | |
download | gitlab-ce-409126c891a40cb104e91d76e6ef99a327602bb4.tar.gz |
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.md | 5 |
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. |