open-vault/ui/app/templates/components/wizard/github-method.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
274 B
Handlebars

<WizardSection
@headerText="GitHub"
@headerIcon="github"
@docText="Docs: GitHub Authentication"
@docPath="/docs/auth/github.html"
>
<p>
The Github Auth Method can be used to authenticate with Vault using a GitHub personal access token.
</p>
</WizardSection>