Loading
Manage AVS users
tip
We recommend that you manage Aerospike Vector Search (AVS) users with the asvec
tool.
Overview
This page describes how to create, update, and delete users in AVS. AVS uses a separate authentication system from Aerospike Database (ASDB), allowing you to create distinct access to AVS.
Configure AVS for authentication
To utilize authentication with AVS, configure settings for the following:
- TLS Configuration - Configure certificates for AVS (required for authentication)
- Auth Configuration - Configure a public and private key for token encryption
Available roles
There are two roles available in AVS:
- The admin role can create and configure indexes and users, perform searches, perform upserts, and use all other APIs.
- The developer role can only perform searches, upserts, and other vector related functions. Developers can not create users or indexes.
Create a user
To create a user, run the asvec user create
command to define a username and password, and to assign the user to a role.
asvec user create \
--name <user-name> \
--roles admin