Closed
Description
I was using version 1.0.1 to retrieve secrets successfully but then when I built a new image with 1.1.0 it started to fail with a timeout trying to reach the secretsmanager endpoint over http:
failed to connect to 'http://secretsmanager.us-west-2.amazonaws.com:80'
I had not changed any configuration at all. I went looking in your unit tests and saw the extra change:
config.tls = true
If this is required now you might want to update your public examples to reflect this requirement.
Thanks for the great library.