tellerops / teller

Cloud native secrets management for developers - never leave your command line for secrets.
https://github.com/tellerops/teller
Apache License 2.0
2.8k stars 183 forks source link

HTTP proxy variables are ignored when using aws_secretsmanager provider #284

Open jeremyj563 opened 2 months ago

jeremyj563 commented 2 months ago

This is a known issue in the underlying AWS library for rust: https://github.com/awslabs/aws-sdk-rust/issues/169

^^ There are several example workarounds in this thread.

jondot commented 2 months ago

Thanks for supplying the thread with workarounds!

romans-ovo commented 2 months ago

@jeremyj563 could you provide steps to reproduce and test fix against? Also HTTP proxy support an "aws-only" feature or should it work for all backends?