-
Notifications
You must be signed in to change notification settings - Fork 777
AWS Secrets Manager multipleKeyValuesPerSecret documentation #4903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v1.16
Are you sure you want to change the base?
AWS Secrets Manager multipleKeyValuesPerSecret documentation #4903
Conversation
…nclude support for multiple key-value pairs per secret Signed-off-by: MyMirelHub <15373565+MyMirelHub@users.noreply.github.com>
also a bug fix dapr/components-contrib#4044 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small changes
...docs/content/en/reference/components-reference/supported-secret-stores/aws-secret-manager.md
Outdated
Show resolved
Hide resolved
|
||
## Create an AWS Secrets Manager instance | ||
|
||
Setup AWS Secrets Manager using the AWS documentation: https://docs.aws.amazon.com/secretsmanager/latest/userguide/tutorials_basic.html. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section typically goes at the bottom of the components pages so better to add your section above line 63
...docs/content/en/reference/components-reference/supported-secret-stores/aws-secret-manager.md
Outdated
Show resolved
Hide resolved
...docs/content/en/reference/components-reference/supported-secret-stores/aws-secret-manager.md
Outdated
Show resolved
Hide resolved
...docs/content/en/reference/components-reference/supported-secret-stores/aws-secret-manager.md
Outdated
Show resolved
Hide resolved
...docs/content/en/reference/components-reference/supported-secret-stores/aws-secret-manager.md
Outdated
Show resolved
Hide resolved
...docs/content/en/reference/components-reference/supported-secret-stores/aws-secret-manager.md
Outdated
Show resolved
Hide resolved
...docs/content/en/reference/components-reference/supported-secret-stores/aws-secret-manager.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com> Signed-off-by: Mirel <15373565+MyMirelHub@users.noreply.github.com>
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com> Signed-off-by: Mirel <15373565+MyMirelHub@users.noreply.github.com>
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com> Signed-off-by: Mirel <15373565+MyMirelHub@users.noreply.github.com>
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com> Signed-off-by: Mirel <15373565+MyMirelHub@users.noreply.github.com>
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com> Signed-off-by: Mirel <15373565+MyMirelHub@users.noreply.github.com>
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com> Signed-off-by: Mirel <15373565+MyMirelHub@users.noreply.github.com>
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com> Signed-off-by: Mirel <15373565+MyMirelHub@users.noreply.github.com>
Description
Add documentation supporting multipleKeyValuesPerSecret for the aws secret manager component
Issue reference
#4590