apache / accumulo-proxy

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

Example clients no longer work #66

Closed DomGarguilo closed 1 year ago

DomGarguilo commented 1 year ago

In #59, the way a user authenticates to the proxy was changed. This changes some things that are used in proxy.properties. For example, the proxy looks for a property with the key sharedSecret which is not currently in that file so the sharedSecret that is used to authenticate the client becomes null.