You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
Describe the bug
I am using spring-cloud-starter-aws-secrets-manager-config to retrieve secrets from Secret Manager. It works perfectly fine with a single secret however I want to retrieve values from multiple secrets, how can I do that?
Storing all my secrets under 1 secret to use spring-cloud-starter-aws-secrets-manager-config is not an option for us.
Sample
For example, I have 2 secrets with key-value pairs.
Type: Bug
Component:
"Secrets Manager"
Describe the bug
I am using spring-cloud-starter-aws-secrets-manager-config to retrieve secrets from Secret Manager. It works perfectly fine with a single secret however I want to retrieve values from multiple secrets, how can I do that?
Storing all my secrets under 1 secret to use spring-cloud-starter-aws-secrets-manager-config is not an option for us.
Sample
For example, I have 2 secrets with key-value pairs.
testKey1:textValue1
testKey2:testValue2
testKey3:testValue3
The text was updated successfully, but these errors were encountered: