Skip to content

Commit d645baf

Browse files
authored
DOC-965 Deprecate and refactor redpanda_migrator fields (#159)
1 parent 29c6372 commit d645baf

File tree

12 files changed

+389
-675
lines changed

12 files changed

+389
-675
lines changed

modules/components/pages/inputs/ockam_kafka.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ The path of a certificate key to use.
334334

335335
The plain text password for when the private key is password encrypted in PKCS#1 or PKCS#8 format. The obsolete `pbeWithMD5AndDES-CBC` algorithm is not supported for the PKCS#8 format.
336336

337-
WARNING: The `pbeWithMD5AndDES-CBC` algorithm does not authenticate ciphertext, and is vulnerable to padding oracle attacks that may allow an attacker recover the plain text password.
337+
WARNING: The `pbeWithMD5AndDES-CBC` algorithm does not authenticate ciphertext, and is vulnerable to padding oracle attacks that may allow an attacker to recover the plain text password.
338338

339339
include::components:partial$secret_warning.adoc[]
340340

modules/components/pages/inputs/redpanda.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ The path of a certificate key to use.
297297

298298
The plain text password for when the private key is password encrypted in PKCS#1 or PKCS#8 format. The obsolete `pbeWithMD5AndDES-CBC` algorithm is not supported for the PKCS#8 format.
299299

300-
WARNING: The `pbeWithMD5AndDES-CBC` algorithm does not authenticate ciphertext, and is vulnerable to padding oracle attacks which may allow an attacker recover the plain text password.
300+
WARNING: The `pbeWithMD5AndDES-CBC` algorithm does not authenticate ciphertext, and is vulnerable to padding oracle attacks which may allow an attacker to recover the plain text password.
301301

302302
include::components:partial$secret_warning.adoc[]
303303

0 commit comments

Comments
 (0)