From 7baad30f0134024d0ecee05f0265324db1203b99 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sat, 11 Mar 2023 14:22:42 -0500 Subject: Remove support for obsolete Vault app-id auth Signed-off-by: Dave Henderson --- docs/content/datasources.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/content') diff --git a/docs/content/datasources.md b/docs/content/datasources.md index 8531ad37..03a53411 100644 --- a/docs/content/datasources.md +++ b/docs/content/datasources.md @@ -666,7 +666,6 @@ This table describes the currently-supported authentication mechanisms and how t | auth back-end | configuration | |-------------:|---------------| | [`approle`](https://www.vaultproject.io/docs/auth/approle.html) | Environment variables `$VAULT_ROLE_ID` and `$VAULT_SECRET_ID` must be set to the appropriate values.
If the back-end is mounted to a different location, set `$VAULT_AUTH_APPROLE_MOUNT`. | -| [`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.
If the back-end 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.
If the back-end 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.
If the back-end 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` | -- cgit v1.2.3