diff --git a/docs/configuration.md b/docs/configuration.md index 2f468d7a..1f5c85f9 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -92,8 +92,13 @@ global: [ wechat_api_secret: ] [ wechat_api_corp_id: ] [ telegram_api_url: | default = "https://api.telegram.org" ] + # The default HTTP client configuration [ http_config: ] + + # Name of the HTTP request header to obtain the user's identify from. + # Currently, it is only used to populate and validate the creator as part of silences. + [user_http_header: ] # ResolveTimeout is the default value used by alertmanager if the alert does # not include EndsAt, after this time passes it can declare the alert as resolved if it has not been updated.