Skip to content

Conversation

@windmgc
Copy link
Member

@windmgc windmgc commented Aug 7, 2023

Summary

This PR adds support for using HTTP/HTTPS proxy on service requests. Proxies that are defined in the environment variable will also take effect, to keep aligned with https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-proxy.html

Note that most of the credential fetch-related requests (except the one that hit STS) will not use this proxy deliberately, as I thought it is very rare for those environment-related requests to have a need to use proxy

KAG-1621
FTI-5242
#2

@windmgc windmgc force-pushed the feat-proxy-support branch from 99bd94e to 89bc591 Compare August 7, 2023 06:53
@fffonion fffonion merged commit d972ae3 into Kong:main Aug 7, 2023
@windmgc windmgc deleted the feat-proxy-support branch August 15, 2023 03:17
ttyS0e pushed a commit to KongHQ-CX/lua-resty-aws that referenced this pull request Oct 2, 2023
This PR adds support for using HTTP/HTTPS proxy on service requests. Proxies that are defined in the environment variable will also take effect, to keep aligned with https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-proxy.html Note that most of the credential fetch-related requests (except the one that hit STS) will not use this proxy deliberately, as I thought it is very rare for those environment-related requests to have a need to use proxy KAG-1621 FTI-5242
ttyS0e pushed a commit to KongHQ-CX/lua-resty-aws that referenced this pull request Oct 2, 2023
This PR adds support for using HTTP/HTTPS proxy on service requests. Proxies that are defined in the environment variable will also take effect, to keep aligned with https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-proxy.html Note that most of the credential fetch-related requests (except the one that hit STS) will not use this proxy deliberately, as I thought it is very rare for those environment-related requests to have a need to use proxy KAG-1621 FTI-5242
ttyS0e pushed a commit to KongHQ-CX/lua-resty-aws that referenced this pull request Oct 2, 2023
This PR adds support for using HTTP/HTTPS proxy on service requests. Proxies that are defined in the environment variable will also take effect, to keep aligned with https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-proxy.html Note that most of the credential fetch-related requests (except the one that hit STS) will not use this proxy deliberately, as I thought it is very rare for those environment-related requests to have a need to use proxy KAG-1621 FTI-5242
ttyS0e pushed a commit to KongHQ-CX/lua-resty-aws that referenced this pull request Oct 3, 2023
This PR adds support for using HTTP/HTTPS proxy on service requests. Proxies that are defined in the environment variable will also take effect, to keep aligned with https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-proxy.html Note that most of the credential fetch-related requests (except the one that hit STS) will not use this proxy deliberately, as I thought it is very rare for those environment-related requests to have a need to use proxy KAG-1621 FTI-5242
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants