-
Notifications
You must be signed in to change notification settings - Fork 138
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
Comments
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. |
Would be handy, especially if you have a lot of secrets in /foobar/* |
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) |
@joebaro is there any progress on this? |
@joebaro is there any progress on this? How can we get all key value pairs stored in single secret ?? |
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 |
@joebaro is there an update on the progress for this? Thank you. |
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.
The text was updated successfully, but these errors were encountered: