From 6cdbdd27794f2cf0e71ff47cad68b48d868eac22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Hebei=C3=9F?= Date: Wed, 12 Jun 2024 15:19:01 +0000 Subject: [PATCH] updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ddcabd5..0ee3043 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ export TSS_TENANT=mytenant export TSS_SECRET_ID=42 export TSS_SECRET_PATH=\Test Secrets\SecretName export TSS_FOLDER_ID=1 +export TSS_FOLDER_PATH=\Test Secrets ``` The tests assume that the user associated with the specified `TSS_USERNAME` and `TSS_PASSWORD` can read the secret to be fetched, and that the Secret itself contains `username` and `password` fields.