the default GitOps source repository for booting up Jenkins X
修訂 | 10391d6d819f53191924839b43f54c1ad2e42f35 (tree) |
---|---|
時間 | 2019-07-11 19:06:31 |
作者 | James Strachan <james.strachan@gmai...> |
Commiter | GitHub |
Merge pull request #2 from jenkins-x/pmuir-patch-1
chore: improve the help text for the hmac token
@@ -35,8 +35,8 @@ | ||
35 | 35 | "hmacToken": { |
36 | 36 | "type": "string", |
37 | 37 | "format": "token", |
38 | - "title": "HMAC token", | |
39 | - "description": "The HMAC token is used to validate incoming webhooks, TODO" | |
38 | + "title": "HMAC token, used to validate incoming webhooks from the Git Provider (e.g. GitHub)", | |
39 | + "description": "The HMAC token is used by the Git Provider to create a hash signature for each webhook, and by Jenkins X to validate that the signature is from a trusted source. It's normally best to have Jenkins X generate a token for you if you don't already have one. You'll need to save it and use it with all the webhooks configured in your git provider for Jenkins X. For more detail see: https://en.wikipedia.org/wiki/HMAC" | |
40 | 40 | } |
41 | 41 | } |
42 | 42 | }, |
@@ -150,4 +150,4 @@ | ||
150 | 150 | } |
151 | 151 | } |
152 | 152 | ] |
153 | -} | |
\ No newline at end of file | ||
153 | +} |