fugue / credstash

A little utility for managing credentials in the cloud
Apache License 2.0
2.06k stars 214 forks source link

Semi-silent failures from getAllSecrets in 1.15.0 #228

Open superdude264 opened 5 years ago

superdude264 commented 5 years ago

200 added a thread pool to getAllSecrets(). This is causing repeated warnings in my logs:

WARNING connectionpool  - Connection pool is full, discarding connection: dynamodb.us-east-1.amazonaws.com

WARNING connectionpool  - Connection pool is full, discarding connection: kms.us-east-1.amazonaws.com

These two lines are repeated multiple times in various orders, but the call itself does not throw an exception.