Skip to content

Commit 20bda8d

Browse files
authored
[DOCS] Document reloadable Watcher settings (#64998) (#65073)
1 parent e4054e4 commit 20bda8d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/reference/settings/notification-settings.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The SMTP server port to connect to. Defaults to 25.
150150
The user name for SMTP. Required.
151151

152152
`smtp.secure_password`::
153-
(<<secure-settings,Secure>>)
153+
(<<secure-settings,Secure>>, <<reloadable-secure-settings,reloadable>>)
154154
The password for the specified SMTP user.
155155

156156
`smtp.starttls.enable`::
@@ -295,7 +295,7 @@ via Slack. You can specify the following Slack account attributes:
295295
+
296296
--
297297
`secure_url`::
298-
(<<secure-settings,Secure>>)
298+
(<<secure-settings,Secure>>, <<reloadable-secure-settings,reloadable>>)
299299
The Incoming Webhook URL to use to post messages to Slack. Required.
300300

301301
`message_defaults`::
@@ -357,15 +357,15 @@ If `false`, Watcher rejects URL settings that use a HTTP protocol. Defaults to
357357
`false`.
358358

359359
`secure_url`::
360-
(<<secure-settings,Secure>>)
360+
(<<secure-settings,Secure>>, <<reloadable-secure-settings,reloadable>>)
361361
The URL of the Jira Software server. Required.
362362

363363
`secure_user`::
364-
(<<secure-settings,Secure>>)
364+
(<<secure-settings,Secure>>, <<reloadable-secure-settings,reloadable>>)
365365
The name of the user to connect to the Jira Software server. Required.
366366

367367
`secure_password`::
368-
(<<secure-settings,Secure>>)
368+
(<<secure-settings,Secure>>, <<reloadable-secure-settings,reloadable>>)
369369
The password of the user to connect to the Jira Software server. Required.
370370

371371
`issue_defaults`::
@@ -401,7 +401,7 @@ A name for the PagerDuty account associated with the API key you
401401
are using to access PagerDuty. Required.
402402

403403
`secure_service_api_key`::
404-
(<<secure-settings,Secure>>)
404+
(<<secure-settings,Secure>>, <<reloadable-secure-settings,reloadable>>)
405405
The https://developer.pagerduty.com/documentation/rest/authentication[
406406
PagerDuty API key] to use to access PagerDuty. Required.
407407
--

docs/reference/setup/secure-settings.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ There are reloadable secure settings for:
6060
* {plugins}/repository-gcs-client.html[The GCS repository plugin]
6161
* {plugins}/repository-s3-client.html[The S3 repository plugin]
6262
* <<monitoring-settings>>
63+
* <<notification-settings>>

0 commit comments

Comments
 (0)