Archive
By default VoltDB does not perform authentication and client applications have full access to the database. To enable authentication, add the <security> tag to the deployment file:
<deployment> <security enabled="true"/> . . . </deployment>