Module: Aerospike::Role
- Defined in:
- lib/aerospike/command/roles.rb
Overview
Pre-defined user roles.
Constant Summary collapse
- USER_ADMIN =
Manage users their roles.
'user-admin'- SYS_ADMIN =
Manage indicies, user defined functions and server configuration.
'sys-admin'- READ_WRITE =
Allow read and write transactions with the database.
'read-write'- READ =
Allow read transactions with the database.
'read'