szetszwo commented on code in PR #6739: URL: https://github.com/apache/hadoop/pull/6739#discussion_r1576476989
########## hadoop-common-project/hadoop-common/src/main/resources/core-default.xml: ########## @@ -3625,7 +3625,19 @@ The switch to turn S3A auditing on or off. The JCE provider name used in CryptoCodec. If this value is set, the corresponding provider must be added to the provider list. The provider may be added statically in the java.security file, or - added dynamically by calling the java.security.Security.addProvider(..) method. + dynamically by calling the java.security.Security.addProvider(..) method, or + automatically (only for org.bouncycastle.jce.provider.BouncyCastleProvider) + by setting "hadoop.security.crypto.jce.provider.add" to true + </description> +</property> + +<property> + <name>hadoop.security.crypto.jce.provider.add</name> Review Comment: Let's change it to `auto-add`. -- 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: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org