ctubbsii commented on a change in pull request #371: ACCUMULO-4792 Improve 
crypto configuration checks
URL: https://github.com/apache/accumulo/pull/371#discussion_r165358995
 
 

 ##########
 File path: 
core/src/main/java/org/apache/accumulo/core/conf/ConfigSanityCheck.java
 ##########
 @@ -51,6 +54,8 @@ public static void validate(Iterable<Entry<String,String>> 
entries) {
     boolean usingVolumes = false;
     String cipherSuite = null;
     String keyAlgorithm = null;
+    String secretKeyEncryptionStrategy = null;
+    String cryptoModule = null;
 
 Review comment:
   Should these values be set to the new constants above?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to