Ngone51 commented on code in PR #46515: URL: https://github.com/apache/spark/pull/46515#discussion_r1634495387
########## docs/security.md: ########## @@ -207,6 +207,15 @@ The following table describes the different options available for configuring th </td> <td>2.2.0</td> </tr> +<tr> + <td><code>spark.network.crypto.cipher</code></td> + <td>AES/CTR/NoPadding</td> + <td> + Cipher mode to use. Defaults "AES/CTR/NoPadding" for backward compatibility, which is not authenticated. + Recommended to use "AES/GCM/NoPadding", which is an authenticated encryption mode. + </td> + <td>4.0.0</td> Review Comment: @mridulm Can we still add the new feature since 4.0.0-preview1 has been pass? ########## docs/security.md: ########## @@ -207,6 +207,15 @@ The following table describes the different options available for configuring th </td> <td>2.2.0</td> </tr> +<tr> + <td><code>spark.network.crypto.cipher</code></td> + <td>AES/CTR/NoPadding</td> + <td> + Cipher mode to use. Defaults "AES/CTR/NoPadding" for backward compatibility, which is not authenticated. + Recommended to use "AES/GCM/NoPadding", which is an authenticated encryption mode. + </td> + <td>4.0.0</td> Review Comment: @mridulm Can we still add the new feature since 4.0.0-preview1 has been passed? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
