diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2016-11-19 18:46:48 -0500 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2017-03-11 14:03:08 -0500 |
| commit | 55993e7a0a9daadc463e8b2104deec867d630d51 (patch) | |
| tree | 571fa817999395a1a4ccc4756115bab2ab8b0d4a /README.md | |
| parent | 28c515090fa99655ab495f1017b86ee4518bb96f (diff) | |
Adding support for GitHub auth strategy for Vault datasources
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -582,6 +582,7 @@ This table describes the currently-supported authentication mechanisms and how t | auth backend | configuration | | ---: |--| | [`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`. | | [`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 |
