From d87a4a49aa0adc90bc01b78cc9db31a2734d119e Mon Sep 17 00:00:00 2001 From: Jianguo Ma Date: Thu, 2 Jan 2025 17:44:31 +0800 Subject: [PATCH] correct rest api path that gets the value of secret1 using config property Signed-off-by: Jianguo Ma --- integration-tests/azure-keyvault/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/azure-keyvault/README.md b/integration-tests/azure-keyvault/README.md index 7cca108..7c9ad9d 100644 --- a/integration-tests/azure-keyvault/README.md +++ b/integration-tests/azure-keyvault/README.md @@ -150,7 +150,7 @@ curl http://localhost:8080/keyvault/sync curl http://localhost:8080/keyvault/async #Use config property to get the value of secret1: -curl http://localhost:8080/keyvault/getSecret +curl http://localhost:8080/keyvaultConfig/getSecret ``` Now you will