Aerospike Target
You can define an Aerospike target to be used with Database Dynamic and Rotated Secrets.
Create an Aerospike Target with the CLI
To create an Aerospike target with the CLI, run the following command:
akeyless target create db \
--name <Target name> \
--db-type aerospike \
--host <Aerospike host> \
--port <Aerospike port> \
--user-name <Aerospike user name> \
--pwd <Aerospike password> \
--db-name <Aerospike namespace> Where:
-
name: A unique name of the target. The name can include the path to the virtual folder where you want to create the new target, using slash / separators. If the folder does not exist, it will be created together with the target. -
db-type: Required, set to aerospike. -
host: The hostname or IP address of the Aerospike seed node. -
port: The port of the Aerospike service (default 3000). -
user-name: A privileged Aerospike user name with sufficient rights to create and manage users. -
pwd: The password of the privileged Aerospike user. -
db-name: The target Aerospike namespace.
You can find the complete list of parameters for this command in the CLI Reference - Akeyless Targets section.
Create an Aerospike Target in the Console
- Log in to the Akeyless Console, and go to Targets > New > Database (Aerospike).
- Define a Name of the target, and specify the Location as a path to the virtual folder where you want to create the new target, using slash / separators. If the folder does not exist, it will be created together with the target.
- Select a Protection key with a Customer Fragment to enable Zero-Knowledge Encryption and click Next.
- Choose the deployment mode, either Self-managed or Aerospike Cloud, and define the parameters as described below:
- For Self-Managed:
- Hostname: The hostname or IP address of the Aerospike seed node.
- Port: The port of the Aerospike service (default 3000).
- Namespace: The target Aerospike namespace.
- Admin Username: A privileged Aerospike user name with sufficient rights to create and manage users.
- Password: The password of the privileged Aerospike user.
- SSL: Check to enable TLS to the Aerospike cluster.
- For Aerospike Cloud:
- Hostname: The hostname or IP address of the Aerospike seed node.
- Port: The port of the Aerospike service (default 3000).
- Namespace: The target Aerospike namespace.
- Cluster ID: The ID of the target Aerospike Cloud cluster.
- Client ID: The Client ID used to authenticate with Aerospike Cloud.
- Client Secret: The Client Secret used to authenticate with Aerospike Cloud.
- SSL: Check to enable TLS to the Aerospike cluster.
- For Self-Managed:
- Click Finish
Updated 2 days ago
