RabbitMQ Target
You can define a RabbitMQ target to be used with RabbitMQ Dynamic Secrets
Create a RabbitMQ Target in the CLI
To create a RabbitMQ target from the CLI, run the following command:
akeyless target create rabbitmq \
--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 Console
-
Log in to the Akeyless Console, and go to Targets > New > Infra (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. -
Select a Protection key with a Customer Fragment to enable Zero-Knowledge and click Next.
For more information about Zero-Knowledge, see Implement Zero Knowledge. -
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.
- Click Finish.
Updated 4 months ago