Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/reference/settings/notification-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ The SMTP server port to connect to. Defaults to 25.
The user name for SMTP. Required.

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

`smtp.starttls.enable`::
Expand Down Expand Up @@ -295,7 +295,7 @@ via Slack. You can specify the following Slack account attributes:
+
--
`secure_url`::
(<<secure-settings,Secure>>)
(<<secure-settings,Secure>>, <<reloadable-secure-settings,reloadable>>)
The Incoming Webhook URL to use to post messages to Slack. Required.

`message_defaults`::
Expand Down Expand Up @@ -357,15 +357,15 @@ If `false`, Watcher rejects URL settings that use a HTTP protocol. Defaults to
`false`.

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

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

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

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

`secure_service_api_key`::
(<<secure-settings,Secure>>)
(<<secure-settings,Secure>>, <<reloadable-secure-settings,reloadable>>)
The https://developer.pagerduty.com/documentation/rest/authentication[
PagerDuty API key] to use to access PagerDuty. Required.
--
Expand Down
1 change: 1 addition & 0 deletions docs/reference/setup/secure-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ There are reloadable secure settings for:
* {plugins}/repository-gcs-client.html[The GCS repository plugin]
* {plugins}/repository-s3-client.html[The S3 repository plugin]
* <<monitoring-settings>>
* <<notification-settings>>