Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
This repository was 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

Description

@PriyankaKotwal2019

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions