broamski / aws-mfa

Manage AWS MFA Security Credentials
MIT License
1.01k stars 163 forks source link

Any way to get working with credential_process #50

Open aripalo opened 4 years ago

aripalo commented 4 years ago

Hi!

Is there any way to get this working with AWS CLI credential_process?

Basically this tool should first execute the command defined in credential_process to get the access key id & secret.

More information: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sourcing-external.html

ztane commented 4 years ago

This, along with a custom password prompt program (hint: ssh-askpass API is rather standard!)