Skip to content

Commit

Permalink
[Doc] Remove invalid watcher ssl enabled settings (#106901) (#106905)
Browse files Browse the repository at this point in the history
In #99115 we updated the ssl settings template to cover new features. It
inadvertently introduced a doc bug that show invalied ssl.enabled
settings for watcher HTTP and email. This PR removes them.
  • Loading branch information
ywangd committed Mar 29, 2024
1 parent 9287f29 commit dd9dcd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/settings/notification-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ corresponding endpoints are explicitly allowed as well.
:verifies:
:server!:
:ssl-context: watcher
:no-enabled-setting:

include::ssl-settings.asciidoc[]

Expand Down Expand Up @@ -284,6 +285,7 @@ Defaults to `Warning: The attachment [%s] contains characters which spreadsheet
:verifies:
:server!:
:ssl-context: watcher-email
:no-enabled-setting:

include::ssl-settings.asciidoc[]

Expand Down
2 changes: 2 additions & 0 deletions docs/reference/settings/ssl-settings.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
==== {component} TLS/SSL settings
You can configure the following TLS/SSL settings.

ifndef::no-enabled-setting[]
+{ssl-prefix}.ssl.enabled+::
(<<static-cluster-setting,Static>>)
Used to enable or disable TLS/SSL on the {ssl-layer}.
Expand All @@ -10,6 +11,7 @@ endif::enabled-by-default[]
ifndef::enabled-by-default[]
The default is `false`.
endif::enabled-by-default[]
endif::no-enabled-setting[]

+{ssl-prefix}.ssl.supported_protocols+::
(<<static-cluster-setting,Static>>)
Expand Down

0 comments on commit dd9dcd2

Please sign in to comment.