From cd1b53b3509f60df2208f26a756911060bde86f7 Mon Sep 17 00:00:00 2001 From: Becca Petrin Date: Mon, 17 Jun 2019 15:24:10 -0700 Subject: [PATCH] add agent docs --- .../docs/agent/autoauth/methods/pcf.html.md | 23 +++++++++++++++++-- website/source/docs/auth/pcf.html.md | 2 +- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/website/source/docs/agent/autoauth/methods/pcf.html.md b/website/source/docs/agent/autoauth/methods/pcf.html.md index 476581cec..0d0b2a5b9 100644 --- a/website/source/docs/agent/autoauth/methods/pcf.html.md +++ b/website/source/docs/agent/autoauth/methods/pcf.html.md @@ -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. diff --git a/website/source/docs/auth/pcf.html.md b/website/source/docs/auth/pcf.html.md index 78d571195..5acdbccc7 100644 --- a/website/source/docs/auth/pcf.html.md +++ b/website/source/docs/auth/pcf.html.md @@ -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://`.