12.2. Enabling Authentication and Authorization

Documentation

VoltDB Home » Documentation » Using VoltDB

12.2. Enabling Authentication and Authorization

By default VoltDB does not perform authentication and client applications have full access to the database. To enable authentication, add the security property and its subproperties to the configuration. You can enable security when you initialize the database root directory, or you can use voltadmin set to change the security settings on the running database. (Or you can change the setting interactively through the Volt Management Center.)

deployment:
  security:
    enabled: true