DomGarguilo commented on code in PR #59:
URL: https://github.com/apache/accumulo-proxy/pull/59#discussion_r1055821480
##########
src/main/java/org/apache/accumulo/proxy/ProxyServer.java:
##########
@@ -207,6 +202,8 @@ public ProxyServer(Properties props) {
tempServerType = ThriftServerType.get(serverTypeStr);
}
+ secret = props.getProperty("secret");
Review Comment:
Right now I have the shared secret set from a property passed in when
creating the ProxyServer. I'm not sure if that is the best way to do this so
some input here would be helpful.
--
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]