RabbitMQ Target
You can define a RabbitMQ target to be used with RabbitMQ Dynamic Secrets
Create a RabbitMQ Target from the CLI
To create a RabbitMQ target from the CLI, run the following command:
akeyless create-rabbitmq-target \
--name <target name> \
--user <RabbitMQ server user> \
--pwd <RabbitMQ server password> \
--uri <RabbitMQ server URI>
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. -
user: The username of the privileged RabbitMQ user.
-
pwd: The password of the privileged RabbitMQ user.
-
uri: The URL of the RabbitMQ server.
You can find the complete list of parameters for this command in the CLI Reference - Akeyless Targets section.
Create a RabbitMQ Target in the Akeyless Console
-
Log in to the Akeyless Console, and go to Targets > New > Infra Targets > RabbitMQ.
-
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. -
Define the remaining parameters as follows:
-
Server URI: Enter the RabbitMQ server address.
-
Admin User: Enter your RabbitMQ admin credentials.
-
Admin Password: Enter your RabbitMQ admin credentials.
-
Protection key: To enable Zero-Knowledge, select a key with a Customer Fragment. For more information about Zero-Knowledge, see Implement Zero Knowledge.
- Click Save.
Updated about 1 year ago