open-vault/ui/app/templates/components/wizard/rabbitmq-engine.hbs
Matthew Irish 0ccc8467ec
UI ember engines (#6718)
Adds replication engine and core in-repo addon
2019-05-13 14:05:25 -05:00

11 lines
402 B
Handlebars

<WizardSection
@headerText="RabbitMQ"
@headerIcon="rabbitmq"
@docText="Docs: RabbitMQ Secrets"
@docPath="/docs/secrets/rabbitmq/index.html"
>
<p>
The RabbitMQ Secrets Engine generates user credentials dynamically based on configured permissions and virtual hosts. This means that services that need to access a virtual host no longer need to hardcode credentials.
</p>
</WizardSection>