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:
authorSteve Halasz <stevehalasz@gmail.com>2016-08-04 06:11:35 +0300
committerSteve Halasz <stevehalasz@gmail.com>2016-08-04 06:22:23 +0300
commit7612f1c4c6df200778f32098fbccf654a858894d (patch)
tree1da54750b3a1e52e9f122a3d409d2ac63b050218 /app/views/shared/web_hooks
parent532202a5278a622de874b9dfc1c4f7fe9ddf5ce4 (diff)
Document that webhook secret token is sent in X-Gitlab-Token HTTP header
Diffstat (limited to 'app/views/shared/web_hooks')
-rw-r--r--app/views/shared/web_hooks/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/web_hooks/_form.html.haml b/app/views/shared/web_hooks/_form.html.haml
index 2585ed9360b..470dac6d75b 100644
--- a/app/views/shared/web_hooks/_form.html.haml
+++ b/app/views/shared/web_hooks/_form.html.haml
@@ -19,7 +19,7 @@
= f.label :token, "Secret Token", class: 'label-light'
= f.text_field :token, class: "form-control", placeholder: ''
%p.help-block
- Use this token to validate received payloads
+ Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header.
.form-group
= f.label :url, "Trigger", class: 'label-light'
%ul.list-unstyled