open-vault/ui/app/templates/components/wizard/kubernetes-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
392 B
Handlebars

<WizardSection
@headerText="Kubernetes"
@headerIcon="kubernetes"
@docText="Docs: Kubernetes Authentication"
@docPath="/docs/auth/kubernetes.html"
>
<p>
The Kubernetes Auth Method can be used to authenticate with Vault using a Kubernetes Service Account Token. This method of authentication makes it easy to introduce a Vault token into a Kubernetes Pod.
</p>
</WizardSection>