Unverified Commit 2bbe3818 authored by Simon Pasquier's avatar Simon Pasquier Committed by GitHub

Mention password_file key in alerting configuration (#1264)

Signed-off-by: 's avatarSimon Pasquier <spasquie@redhat.com>
parent a15037f2
......@@ -229,9 +229,11 @@ communicate with HTTP-based API services.
# mutually exclusive.
# Sets the `Authorization` header with the configured username and password.
# password and password_file are mutually exclusive.
basic_auth:
[ username: <string> ]
[ password: <secret> ]
[ password_file: <string> ]
# Sets the `Authorization` header with the configured bearer token.
[ bearer_token: <secret> ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment