From b0b6be8d29fb7f27ee0e41bd78391ddfd9cf6382 Mon Sep 17 00:00:00 2001 From: Marc Vornetran Date: Tue, 8 Mar 2022 12:50:51 +0100 Subject: [PATCH] docs: Add underscore suffix to custom vault prefix (#3488) Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com> --- documentation/docs/infrastructure/vault.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/infrastructure/vault.md b/documentation/docs/infrastructure/vault.md index 14e3e491e..a780f57c7 100644 --- a/documentation/docs/infrastructure/vault.md +++ b/documentation/docs/infrastructure/vault.md @@ -150,7 +150,7 @@ The `vaultTestCredentialKeys`parameter is a list of credential IDs. The secret v !!! hint "Using a custom prefix for test credentials" By default the prefix for test credentials is `PIPER_TESTCREDENTIAL_`. - It is possible to use a custom prefix by setting for example `vaultTestCredentialEnvPrefix: MY_CUSTOM_PREFIX` in your configuration. + It is possible to use a custom prefix by setting for example `vaultTestCredentialEnvPrefix: MY_CUSTOM_PREFIX_` in your configuration. With this above credential ID named `myAppId` will be populated into an environment variable with the name `MY_CUSTOM_PREFIX_MYAPPID`. Extended logging for Vault secret fetching (e.g. found credentials and environment variable names) can be activated via `verbose: true` configuration.