open-vault/website/content/docs/agent/autoauth/methods/jwt.mdx
2021-09-03 06:09:21 -07:00

17 lines
403 B
Plaintext

---
layout: docs
page_title: Vault Agent Auto-Auth JWT Method
description: JWT Method for Vault Agent Auto-Auth
---
# Vault Agent Auto-Auth JWT Method
The `jwt` method reads in a JWT from a file and sends it to the [JWT Auth
method](/docs/auth/jwt).
## Configuration
- `path` `(string: required)` - The path to the JWT file
- `role` `(string: required)` - The role to authenticate against on Vault