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

11 lines
274 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardSection
@headerText="GitHub"
@headerIcon="github"
2018-08-28 05:03:55 +00:00
@docText="Docs: GitHub Authentication"
@docPath="/docs/auth/github.html"
>
<p>
2019-03-29 23:40:12 +00:00
The Github Auth Method can be used to authenticate with Vault using a GitHub personal access token.
2018-08-28 05:03:55 +00:00
</p>
</WizardSection>