summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2017-03-11 14:17:05 -0500
committerDave Henderson <dhenderson@gmail.com>2017-03-11 14:20:50 -0500
commit0d97dd751ade9f1cf778669f3e7a418a1a501cbf (patch)
treebd4a688206a3fbeea2a728be3d515c60712a5df6 /README.md
parent55993e7a0a9daadc463e8b2104deec867d630d51 (diff)
Adding support for userpass vault auth backend
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1536b427..21ffadbc 100644
--- a/README.md
+++ b/README.md
@@ -583,6 +583,7 @@ This table describes the currently-supported authentication mechanisms and how t
| ---: |--|
| [`app-id`](https://www.vaultproject.io/docs/auth/app-id.html) | Environment variables `$VAULT_APP_ID` and `$VAULT_USER_ID` must be set to the appropriate values.<br/> If the backend is mounted to a different location, set `$VAULT_AUTH_APP_ID_MOUNT`. |
| [`github`](https://www.vaultproject.io/docs/auth/github.html) | Environment variable `$VAULT_AUTH_GITHUB_TOKEN` must be set to an appropriate value.<br/> If the backend is mounted to a different location, set `$VAULT_AUTH_GITHUB_MOUNT`. |
+| [`userpass`](https://www.vaultproject.io/docs/auth/userpass.html) | Environment variables `$VAULT_AUTH_USERNAME` and `$VAULT_AUTH_PASSWORD` must be set to the appropriate values.<br/> If the backend is mounted to a different location, set `$VAULT_AUTH_USERPASS_MOUNT`. |
| [`token`](https://www.vaultproject.io/docs/auth/token.html) | Determined from either the `$VAULT_TOKEN` environment variable, or read from the file `~/.vault-token` |
To use a Vault datasource with a single secret, just use a URL of