open-vault/ui/app/templates/components/wizard/approle-method.hbs

11 lines
498 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardSection
@headerText="AppRole"
@headerIcon="approle"
2018-08-28 05:03:55 +00:00
@docText="Docs: AppRole Authentication"
@docPath="/docs/auth/approle.html"
>
<p>
2019-03-29 23:40:12 +00:00
The Approle Auth Method allows machines or apps to authenticate with Vault-defined roles. The open design of AppRole enables a varied set of workflows and configurations to handle large numbers of apps. This Auth Method is oriented to automated workflows (machines and services), and is less useful for human operators.
2018-08-28 05:03:55 +00:00
</p>
</WizardSection>