spring-cloud-aws icon indicating copy to clipboard operation
spring-cloud-aws copied to clipboard

Not able to fetch multiple secrets with spring-cloud-starter-aws-secrets-manager-config

Open PriyankaKotwal2019 opened this issue 3 years ago • 0 comments

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.

  1. /my-service/secret1 testKey1:textValue1
  2. /my-service/secret2 testKey2:testValue2 testKey3:testValue3

PriyankaKotwal2019 avatar Dec 16 '21 09:12 PriyankaKotwal2019