Skip to content

Commit c8f37a5

Browse files
committed
[DOCS] Fix TLS/SSL deprecated macros for Asciidoctor (#42440)
1 parent a570f0b commit c8f37a5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/reference/settings/security-settings.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,9 +1253,14 @@ through the list of URLs will continue until a successful connection is made.
12531253
[[ssl-tls-settings]]
12541254
==== Default TLS/SSL settings
12551255

1256+
ifdef::asciidoctor[]
1257+
deprecated:[6.7.0, "fallback to the default TLS/SSL settings is deprecated as it leads to ambiguity in what configuration is used. Fully configure each components' TLS/SSL settings as the default settings will be removed in 7.0"]
1258+
endif::[]
1259+
ifndef::asciidoctor[]
12561260
deprecated[6.7.0, fallback to the default TLS/SSL settings is deprecated as it
12571261
leads to ambiguity in what configuration is used. Fully configure each components'
12581262
TLS/SSL settings as the default settings will be removed in 7.0]
1263+
endif::[]
12591264

12601265
You can configure the following TLS/SSL settings in
12611266
`elasticsearch.yml`. For more information, see

docs/reference/settings/ssl-settings.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11

22
==== {component} TLS/SSL Settings
33
ifeval::["{component}"=="Auditing"]
4+
ifdef::asciidoctor[]
5+
deprecated:[6.7.0, "These settings configure the client used by the index audit output type which is deprecated and will be removed in 7.0. All the settings under the `xpack.security.audit.index` namespace are deprecated."]
6+
endif::[]
7+
ifndef::asciidoctor[]
48
deprecated[6.7.0, These settings configure the client used by the index audit
59
output type which is deprecated and will be removed in 7.0. All the settings
610
under the `xpack.security.audit.index` namespace are deprecated.]
711
endif::[]
12+
endif::[]
813

914
You can configure the following TLS/SSL settings. If the settings are not configured,
1015
the {ref}/security-settings.html#ssl-tls-settings[Default TLS/SSL Settings]

0 commit comments

Comments
 (0)