RJ Natarajan
RJ Natarajan
Apologies for the delay! Thank you for the prompt response. My ~/.aws/config looks like: ``` [default] mfa_serial=arn:aws:iam:::mfa/ region=us-east-2 [profile ] region=us-east-1 source_profile=default parent_profile=default ``` and my ~/.aws/credentials looks like: ```...
I figured out the issue - I had to replicate "mfa_serial" under [default] profile to each of the profiles for the IntelliJ IDE to ask me for mfa. If anything...
I have 25 profiles in the config file, so I had to copy "mfa_serial" to each of the profiles for IDE to ask me for MFA :( I am happy...
That's a reasonable explanation not to branch out the logic for the toolkit. Would it help to add an example config with mfa_serial somewhere in the documentation? I strongly think...