File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
daprdocs/content/en/reference/components-reference/supported-secret-stores Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
6965The `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" %}})
You can’t perform that action at this time.
0 commit comments