Skip to content

Commit 6475f4d

Browse files
Apply suggestion from @alicejgibbons
Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Mirel <[email protected]>
1 parent 9f0afc0 commit 6475f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daprdocs/content/en/reference/components-reference/supported-secret-stores/aws-secret-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ If `multipleKeyValuesPerSecret` is `true`, the secret store parses JSON content
9696
Requesting the same `database-credentials` secret from above, the response breaks the JSON object into its own entries, allowing it to be parsed into multiple key-value pairs.
9797

9898
```bash
99-
$ curl http://localhost:3501/v1.0/secrets/awssecretmanager/database-credentials
99+
$ curl http://localhost:3500/v1.0/secrets/awssecretmanager/database-credentials
100100
{
101101
"username": "admin",
102102
"password": "secret123",

0 commit comments

Comments
 (0)