Closed za closed 4 days ago
Can you share the aws-vault
command you've been using? You might need to add --no-session
(e.g. aws-vault exec yourprofile --no-session
if using long-lived IAM user credentials
OK, it works now @christophetd after adding --no-session
. Thanks! I am closing the issue now.
FTR: it has been mentioned on README https://github.com/DataDog/stratus-red-team/blob/1dfcf0c2bda8b6eed94882faf4a2db3d6a1c933e/docs/user-guide/examples.md?plain=1#L13
What is not working?
Hello there,
I am using
aws-vault
to securing access and secret key as written in examples here. I've no issue runningaws sts get-caller-identity
but when I run this, it fails while applying the terraform code.I can detonate the attach if I am not using
aws-vault
.What OS are you using? WSL (Ubuntu Jammy) on Windows
What is your Stratus Red Team version?
Files in $HOME/.stratus-red-team?
ls -lahR
Thanks