add agent docs
This commit is contained in:
parent
30d7f742b3
commit
cd1b53b350
|
@ -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.
|
||||
|
|
|
@ -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://`.
|
||||
|
|
Loading…
Reference in New Issue