open-vault/ui/app/templates/components/wizard/azure-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
418 B
Handlebars

<WizardSection
@headerText="Azure"
@headerIcon="azure"
@docText="Docs: Azure Secrets"
@docPath="/docs/secrets/azure/index.html"
>
<p>
The Azure Secrets Engine dynamically generates Azure service principals and role assignments. Vault roles can be mapped to one or more Azure roles, providing a simple, flexible way to manage the permissions granted to generated service principals.
</p>
</WizardSection>