Skip to content

Commit

Permalink
correct rest api path that gets the value of secret1 using config pro…
Browse files Browse the repository at this point in the history
…perty

Signed-off-by: Jianguo Ma <[email protected]>
  • Loading branch information
majguo committed Jan 2, 2025
1 parent 3f6463e commit d87a4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/azure-keyvault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d87a4a4

Please sign in to comment.