217e40030b
* 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
11 lines
425 B
Handlebars
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>
|