-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DynamoDB respect HTTP Connect proxies #4271
Conversation
…meters, this allows the transport to be pre-populated with proxy information if set by HTTPS_PROXY/NO_PROXY environment variables. Fixes: #4261
Can one of the admins verify this patch? |
ok to test |
retest this please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also format the code with go fmt ./lib/backend/dynamo
Hi @awly, any chance of getting this merged and included in the next release? We would really like to move some of our secure environments over to using Teleport. |
@russjones What do you think? |
@russjones This came up today, this would be good issue to backport into 4.3.6 https://github.com/gravitational/teleport/milestone/43 |
* DynamoDB: Build http transport from defaults before manipulating parameters, this allows the transport to be pre-populated with proxy information if set by HTTPS_PROXY/NO_PROXY environment variables.
Fixes #4261 |
* DynamoDB: Build http transport from defaults before manipulating parameters, this allows the transport to be pre-populated with proxy information if set by HTTPS_PROXY/NO_PROXY environment variables.
This PR fixes (#4261) allowing DynamoDB to make calls via a HTTP proxy.