Status: IN
Vault integration involves a three-part setup: the `hvac` optional dependency (`pip install ftl2[vault]`), two environment variables (`VAULT_ADDR` and `VAULT_TOKEN`), and secret reads that are grouped by path to minimize API calls — a layered configuration where each part addresses a different concern (library availability, connection credentials, and API efficiency).