open-vault/ui/app/templates/components/wizard/azure-engine.hbs
Matthew Irish 217e40030b
UI - azure secrets alicloud auth (#5278)
* add alicloud auth method in the UI along with onboarding component

* hide dismiss menu on tutorial paused state

* add ability to enable azure secrets engine
2018-09-05 11:21:29 -05:00

11 lines
425 B
Handlebars

<WizardSection
@headerText="Azure"
@headerIcon="enable/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>