This message was deleted.
# general
s
This message was deleted.
b
IAM live works, you just need to configure it correctly
s
In one terminal : I am executing the following before running the pulumi code (pulumi up -y),
Copy code
export AWS_CSM_ENABLED=true
export AWS_CSM_PORT=31000
export AWS_CSM_HOST=127.0.0.1
and in another terminal I am executing below :
/code/iamlive/iamlive --set-ini --output-file policy5.json
I am getting the list of API calls but i suspect majority calls are missing there, I am create an eks cluster but there is no access related to eks in the output file. Any idea what could be wrong here?
b
why do you suspect that? if you’re seeing output it should be working