Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

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

Open
PriyankaKotwal2019 opened this issue Dec 16, 2021 · 0 comments
Labels
status: waiting-for-triage An issue we've not yet triaged type: bug A general bug

Comments

@PriyankaKotwal2019
Copy link

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
@github-actions github-actions bot added type: bug A general bug status: waiting-for-triage An issue we've not yet triaged labels Dec 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: waiting-for-triage An issue we've not yet triaged type: bug A general bug
Development

No branches or pull requests

1 participant