-
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
AWS Local Proxy #8610
Comments
AWS profile currently does NOT support endpoint url: aws/aws-cli#4454 so if the client is using AWS SDK (terraform for e.g.), there is currently no generic way to make it work. if the client is aws cli, maybe best we can do is this alias hack mentioned in the above issue for terraform, has to specify extra
|
@greedy52 Yes, for terraform users will need to use custom endpoints which is fine. Let's not worry about supporting plain |
@r0mant yeah, we should certainly have this local aws proxy. Just pointing out that since there is no generic way for specifying the endpoint url, client apps will need some extra configurations on their side and it will be different from client by client. I will try out different ones as many as I can. |
What
Add support for AWS local proxy in order to handler AWS access from third party applications like terraform.
How
the
tsh proxy aws
command should be introduced allowing to start the AWS proxy manually.gz#4128
The text was updated successfully, but these errors were encountered: