Skip to content

Commit 8fdd24e

Browse files
authored
doc(PAT): Adds doc for PAT usage (prometheus-community#155)
Signed-off-by: Julian Beck <ju-fa-beck@t-online.de>
1 parent 4f4b322 commit 8fdd24e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/jiralert.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ defaults:
55
api_url: https://jiralert.atlassian.net
66
user: jiralert
77
password: 'JIRAlert'
8+
# Alternatively to user and password use a Personal Access Token
9+
# personal_access_token: "Your Personal Access Token". See https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html
810

911
# The type of JIRA issue to create. Required.
1012
issue_type: Bug

0 commit comments

Comments
 (0)