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

11 lines
392 B
Handlebars
Raw Normal View History

2018-08-28 05:03:55 +00:00
<WizardSection
@headerText="Kubernetes"
@headerIcon="kubernetes"
2018-08-28 05:03:55 +00:00
@docText="Docs: Kubernetes Authentication"
@docPath="/docs/auth/kubernetes.html"
>
<p>
2019-03-29 23:40:12 +00:00
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.
2018-08-28 05:03:55 +00:00
</p>
</WizardSection>