basho / riak-nodejs-client

The Riak client for Node.js.
Apache License 2.0
72 stars 29 forks source link

Detect security mismatch [JIRA: CLIENTS-861] #157

Closed lukebakken closed 1 year ago

lukebakken commented 8 years ago

It is possible for a Riak user to configure security to be enabled, but forget that the client needs to be configured as well, or vice versa. The Node.js client should detect this scenario and print a helpful error or throw a useful exception.