Skip to content

Commit ad59615

Browse files
committed
Reorganize AWS Secrets Manager documentation to improve clarity on instance creation
Signed-off-by: MyMirelHub <[email protected]>
1 parent 6475f4d commit ad59615

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ Query Parameter | Description
6060
`metadata.version_id` | Version for the given secret key.
6161
`metadata.version_stage` | Version stage for the given secret key.
6262

63-
## Create an AWS Secrets Manager instance
64-
65-
Setup AWS Secrets Manager using the AWS documentation: https://docs.aws.amazon.com/secretsmanager/latest/userguide/tutorials_basic.html.
66-
6763
## Configure multiple key-values per secret
6864

6965
The `multipleKeyValuesPerSecret` flag determines whether the secret store presents a single value or multiple key-value pairs per secret.
@@ -104,6 +100,10 @@ $ curl http://localhost:3500/v1.0/secrets/awssecretmanager/database-credentials
104100
}
105101
```
106102

103+
## Create an AWS Secrets Manager instance
104+
105+
Setup AWS Secrets Manager using the AWS documentation: https://docs.aws.amazon.com/secretsmanager/latest/userguide/tutorials_basic.html.
106+
107107
## Related links
108108
- [Secrets building block]({{% ref secrets %}})
109109
- [How-To: Retrieve a secret]({{% ref "howto-secrets.md" %}})

0 commit comments

Comments
 (0)