forked from TrueCloudLab/distribution
Merge pull request #12937 from matthewbalvanz-wf/patch-1
Indent webhook notifications Authorization header
This commit is contained in:
commit
85730e9d66
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ notifications:
|
||||||
- name: alistener
|
- name: alistener
|
||||||
url: https://mylistener.example.com/event
|
url: https://mylistener.example.com/event
|
||||||
headers:
|
headers:
|
||||||
Authorization: [Bearer <your token, if needed>]
|
Authorization: [Bearer <your token, if needed>]
|
||||||
timeout: 500ms
|
timeout: 500ms
|
||||||
threshold: 5
|
threshold: 5
|
||||||
backoff: 1s
|
backoff: 1s
|
||||||
|
|
Loading…
Reference in a new issue