add agent docs

This commit is contained in:
Becca Petrin 2019-06-17 15:24:10 -07:00
parent 30d7f742b3
commit cd1b53b350
2 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,22 @@
package methods
---
layout: "docs"
page_title: "Vault Agent Auto-Auth PCF Method"
sidebar_title: "PCF"
sidebar_current: "docs-agent-autoauth-methods-pcf"
description: |-
PCF Method for Vault Agent Auto-Auth
---
// TODO
# Vault Agent Auto-Auth PCF Method
The `pcf` method performs authentication against the [PCF Auth
method] (https://www.vaultproject.io/docs/auth/pcf.html).
## Credentials
The Vault agent will use the `CF_INSTANCE_CERT` and `CF_INSTANCE_KEY` env variables to
construct a valid login call for PCF.
## Configuration
- `role` `(string: required)` - The role to authenticate against on Vault.

View File

@ -62,7 +62,7 @@ $ pcf settings | jq '.products[0].director_credhub_client_credentials'
SSH into your Ops Manager VM:
```
ssh -i ops_mgr.pem ubuntu@$OPS_MGR_URL
$ ssh -i ops_mgr.pem ubuntu@$OPS_MGR_URL
```
Please note that the above OPS_MGR_URL shouldn't be prepended with `https://`.