3 comments
Avatar
Yaroslav Bedrov

Hello,

Please vote for the related request on YouTrack: https://youtrack.jetbrains.com/issue/IDEA-222555

0

Just wanted to re-share the seemingly already supported solution that I added to the above request thread in case it helps anyone else who stumbles across this from a search. 

Depending on the specific needs you have, you may find that the credential_helper section of the AWS config file will solve your needs. This is documented on the aws-vault repo, and is also used by plugins such as the AWS toolkit for Jetbrains (and I believe the AWS SDK's in general) automatically:

eg.

[profile home]
credential_process = aws-vault exec --json home

[profile work]
mfa_serial = arn:aws:iam::123456789012:mfa/jonsmith
credential_process = aws-vault exec --json --prompt=osascript work

[profile withmaster]
credential_process = aws-vault exec --no-session --json withmaster

 

0

Can confirm that Glenn's solution and tips above worked for me. Thanks Glenn!!

0

Please sign in to leave a comment.