ctubbsii commented on code in PR #74:
URL: https://github.com/apache/accumulo-proxy/pull/74#discussion_r1103299863


##########
src/test/java/org/apache/accumulo/proxy/its/SimpleProxyBase.java:
##########
@@ -249,7 +249,8 @@ public static void setUpProxy() throws Exception {
       } else {
         clientPrincipal = "root";
         tokenClass = PasswordToken.class.getName();
-        sharedSecret = SharedMiniClusterBase.getRootPassword();
+        sharedSecret = "sharedSecret";

Review Comment:
   I would make the value different from the key that's used in the config 
file... just to make sure that it's detectable if we accidentally read the key 
instead of the value or vice versa.



-- 
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]

Reply via email to