df34412570
* new documentation website * ci job adjustment * update to latest version on downloads page * remove transition-period scripts * add netlify toml file * fix docs patch * fix ci config? * revert go.mod changes * a couple last markdown formatting fixes
21 lines
520 B
Plaintext
21 lines
520 B
Plaintext
---
|
|
layout: docs
|
|
page_title: Vault Agent Auto-Auth CF Method
|
|
sidebar_title: CF
|
|
description: CF Method for Vault Agent Auto-Auth
|
|
---
|
|
|
|
# Vault Agent Auto-Auth CF Method
|
|
|
|
The `cf` method performs authentication against the [CF Auth
|
|
method](https://www.vaultproject.io/docs/auth/cf.html).
|
|
|
|
## Credentials
|
|
|
|
The Vault agent will use the `CF_INSTANCE_CERT` and `CF_INSTANCE_KEY` env variables to
|
|
construct a valid login call for CF.
|
|
|
|
## Configuration
|
|
|
|
- `role` `(string: required)` - The role to authenticate against on Vault.
|