aws / aws-secretsmanager-caching-net

The AWS Secrets Manager .NET caching client enables in-process caching of secrets for .NET applications.
https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieving-secrets_cache-net.html
Apache License 2.0
55 stars 23 forks source link

Retrieving secrets in batch with the new BatchGetSecretValue API call #142

Open fg-y opened 7 months ago

fg-y commented 7 months ago

A new API was introduced for retrieving secrets in batch: BatchGetSecretValue.

Is it possible to extend also the SecretsManagerCache with a new method that uses this new API to retrieve more secrets in a single call? And probably there should be also a Refresh call for more secrets at once.

jbct commented 7 months ago

Thank you for the feedback, we have noted this as an enhancement request.