mmmorris1975 / aws-runas

aws-runas rewritten in Go
MIT License
87 stars 20 forks source link

Provide a mechanism for registering an MFA device through the tool #31

Closed mmmorris1975 closed 5 years ago

mmmorris1975 commented 5 years ago

We can query our MFA device, but what about allowing someone to configure an MFA device through the tool? Streamline the setup to avoid having to jump out to the AWS console to do the configuration.

See https://docs.aws.amazon.com/sdk-for-go/api/service/iam/#IAM.CreateVirtualMFADevice

mmmorris1975 commented 5 years ago

With the upcoming integration of SAML to the tool, this becomes problematic. There are other ways, and other tools, to do this.