Skip to content
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

using iamlive in proxy mode with localstack #50

Open
phynias opened this issue Apr 26, 2022 · 5 comments
Open

using iamlive in proxy mode with localstack #50

phynias opened this issue Apr 26, 2022 · 5 comments

Comments

@phynias
Copy link

phynias commented Apr 26, 2022

I am currently trying to get iamlive in proxy mode working with localstack, but I am having a problem. I think it has something to do with aws endpoint url and from what I can tell I can't figure out how to set that for iamlive to pickup.

I am just curious if anyone has gotten this working or is there a setting I am overlooked?

@iann0036
Copy link
Owner

Hey @phynias,

There isn't a setting for that at the moment, but it shouldn't be too hard to implement. The filter is located here:

isAWSHostname, _ := regexp.MatchString(`^.*\.amazonaws\.com(?:\.cn)?$`, req.Host)

You could compile your own version with this modification using Go, otherwise let me know which OS you're on and I can compile you a version.

@phynias
Copy link
Author

phynias commented Apr 26, 2022

ubuntu 20. thanks!!!!

anyway we can turn this into an optional or perm setting?
I would rather not have to compile my own every time it's updated.

@iann0036
Copy link
Owner

Hey @phynias,

Give this one a try. Add the argument similar to the following (adjust address pattern as necessary):

iamlive --mode proxy --proxy-endpoint-pattern "^127\\.0\\.0\\.1$"
# or
iamlive --mode proxy --proxy-endpoint-pattern "^localhost$"

Note that S3 endpoint detection might break here, so let me know if this works for services like EC2 and I can adjust.

iamlive.zip

iann0036 added a commit that referenced this issue Apr 26, 2022
@phynias
Copy link
Author

phynias commented Apr 27, 2022

doesn't look like it's working. no policy is created.
i can tell the aws cli is sending it to iamlive because if i stop iamlive then aws complains about failing to connect to the proxy.

i tried just a simple 'ec2 describe-instances' and it returns a reservation json, but iamlive prints no policies.

@AbubakrSamsodien
Copy link

AbubakrSamsodien commented Jan 17, 2023

i am also not able to use iamlive with localstack.

i have localstack hosted on my server on my network, which is working since i can create resources.

could an example of using iamlive with localstack be added to the docs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants