apache / accumulo-proxy

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

Fix ruby and python example clients #67

Closed DomGarguilo closed 1 year ago

DomGarguilo commented 1 year ago

Fixes #66

The proxy now looks for the property sharedSecret in the props file. Also, the changes in #59 removed the login method.

This PR fixes these two problems.

DomGarguilo commented 1 year ago

Before adding sharedSecret to the example properties file, it was being set to null. I am wondering if there should be a check in place to make sure that the shared secret is not null.