This message was deleted.
# getting-started
s
This message was deleted.
b
iamlive works well with Pulumi: https://github.com/iann0036/iamlive
a
This looks perfect! I am able to run iamlive, in proxy mode, and capture permissions for AWS CLI commands. But the Pulumi command is throwing an error about the x509 cert being signed by an unknown authority. This makes sense, since I'm MITM'ing myself. But is there an easy work-around?
Just found the solution.
iamlive
creates a self-signed key and stores it in
~/.iamlive
. By adding and trusting that cert within my local keychain, it started working as expected. Thanks for the tip, @billowy-army-68599