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