Skip to content

Commit aeebcd4

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

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
@@ -83,7 +83,7 @@ If `multipleKeyValuesPerSecret` is `false` (default), AWS Secrets Manager return
8383
Requesting this secret returns the entire JSON as a single value:
8484

8585
```bash
86-
$ curl http://localhost:3501/v1.0/secrets/awssecretmanager/database-credentials
86+
$ curl http://localhost:3500/v1.0/secrets/awssecretmanager/database-credentials
8787
{
8888
"database-credentials": "{\"username\":\"admin\",\"password\":\"secret123\",\"host\":\"db.example.com\"}"
8989
}

0 commit comments

Comments
 (0)