abhilash1in / aws-secrets-manager-action

Use secrets from AWS Secrets Manager as environment variables in your GitHub Actions workflow
MIT License
68 stars 43 forks source link

Missing secrets #51

Open julillosamaral opened 1 year ago

julillosamaral commented 1 year ago

When there's too many secrets on AWS the secrets are not fetch. This is an issue with the method listSecrets that has a bad usage of the nextToken and concurrency.

I have a PR to create and will do it in a bit.