open-vault/ui/app/templates/components/wizard/kubernetes-method.hbs
2018-08-28 00:03:55 -05:00

11 lines
399 B
Handlebars

<WizardSection
@headerText="Kubernetes"
@headerIcon="enable/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>