open-vault/ui/app/templates/components/wizard/ad-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

12 lines
367 B
Handlebars

<WizardSection
@headerText="Active Directory"
@headerIcon="azure"
@docText="Docs: Active Directory Secrets"
@docPath="/docs/secrets/ad/index.html"
>
<p>
The AD Secrets Engine rotates AD passwords dynamically, and is designed for
a high-load environment where many instances may be accessing a shared password simultaneously.
</p>
</WizardSection>