-
Notifications
You must be signed in to change notification settings - Fork 622
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 AWS cloudGoat with aws-vault #250
Comments
From quickly looking at aws-vault you would need to export your temporary credentials locally. Something like this also might work, just set the profile to default or whatever aws-vaults uses
|
it runs perfectly but fails at this during terrafrom plan face [cloudgoat] terraform init completed with no error code. Planning failed. Terraform encountered an error while generating this plan. ╷ |
Ahh looks like aws-vault does not write to the Something like this aws-vault exec USERNAME -- env | grep AWS
vim ~/.aws/credentials
---
[cloudgoat]
aws_access_key_id = ASIA...
aws_secret_access_key = .....
aws_session_token = .........
---
./cloudgoat.py config profile
./cloudgoat.py create vulnerable_lambda |
@mbunde Did this solve your issue? |
Is it possible that when setting the profile in CloudGoat, it can reference profiles created in aws-vault?
if this is possible, kindly guide the command structure in linux to achieve the same
The text was updated successfully, but these errors were encountered: