Skip to content
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

Add use of wildcard or prefix in objectName to get all matched parameters #9

Open
emanuelflp opened this issue Apr 29, 2021 · 7 comments
Labels
enhancement New feature or request

Comments

@emanuelflp
Copy link

Actually we need to pass full name of the parameter to get them. The suggestion is to pass just a prefix or a wildcard and return all values stored in Parameter Store/Secrets Manager.

@joebaro
Copy link
Contributor

joebaro commented May 6, 2021

Thank you for your feedback. Secrets Manager doesn't support batch retrieval of secrets today, only parameter store provides GetParametersByPath.

We have noted this as a feature request.

@spstarr
Copy link

spstarr commented Apr 22, 2022

Would be handy, especially if you have a lot of secrets in /foobar/*

@cgetzen
Copy link

cgetzen commented Aug 11, 2022

The list API seems to be able to take a prefix.

Would you accept a PR that lists and iterates through the list to fetch all the secrets? (I would also love to see this implemented with tags)

@pdeveltere
Copy link

@joebaro is there any progress on this?

@Pixis-Akshay-Gopani
Copy link

@joebaro is there any progress on this? How can we get all key value pairs stored in single secret ??

@n0n0x
Copy link

n0n0x commented Nov 27, 2023

https://aws.amazon.com/about-aws/whats-new/2023/11/aws-secrets-manager-batch-retrieval-secrets/

Seems that support for batch operations was added yesterday

@jochavez
Copy link

@joebaro is there an update on the progress for this? Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

8 participants