The following commands are available under admin-api group:
+---------+--------------------+-----+------+
|effective|enabled_in_riak_conf|users|groups|
+---------+--------------------+-----+------+
| true | true | 3 | 1 |
+---------+--------------------+-----+------+
With enable or disable, temporarily enable/disable the Riak Admin
API subsystem.
PATH_TO_USERSPEC is a path to file containing a JSON object with
the following fields:
{
"name" : NAME,
"password" : PLAINTEXT_PASSWORD,
"expires" : EXPIRES,
"permissions" : PERMISSIONS
}
Create the (initial) superuser, with specific EXPIRES and PERMISSIONS.
Delete user USER.
List users.
Delete all users and groups.