apache / accumulo-proxy

Apache Accumulo Proxy
https://accumulo.apache.org
Apache License 2.0
9 stars 19 forks source link

Make sure sharedSecret is set in ProxyServer #78

Closed DomGarguilo closed 1 year ago

DomGarguilo commented 1 year ago

If the sharedSecret is not set in the properties, then the sharedSecret variable in ProxyServer will be null making it so that all calls to the ProxyServer will fail.

This PR makes it so that the proxy will not start unless the sharedSecret is not null.