Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 708 Bytes

File metadata and controls

12 lines (9 loc) · 708 Bytes

RabbitMQ Secret Configuration Options

This benchmark will test RabbitMQ secret engine operations. In order to use this test, configuration for the RabbitMQ server must be provided as an HCL file with a rabbitmq_config body. Additionally, a role_config can also be provided. The configuration options can be found in the RabbitMQ Vault documentation. Example configuration files can be found in the RabbitMQ configuration directory.

Default RabbitMQ Role Configuration

{
    "name": "benchmark-role",
    "vhosts": "{\"/\":{\"write\": \".*\", \"read\": \".*\"}}"
}