cgrs / mufasa

generate MFA access tokens for AWS CLI [unmaintained]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🦁 mufasa

Deprecation notice

Since this tool is still in development and there are better options out there, I've decided to archive this repo and stop further development on this project. If you want to manage your AWS (and Azure) sessions with ease, you can use Leapp.

AWS CLI MFA-enabled credentials bootstrapper.

It automates the process of obtaining a temporary access token using AWS STS, required for MFA-enabled accounts.

This tool is still in early development, expect breaking changes and other disasters.

Getting started

go install github.com/cgrs/mufasa
cp .mufasa.example.yaml ~/.mufasa.yaml
# provide totp_token in YAML
mufasa >> ~/.aws/credentials
aws --profile mfa <service>

TODO

  • support for flags and interactive prompt
  • update credentials automatically

Logo based on:

Lion by Icons Producer from the Noun Project

About

generate MFA access tokens for AWS CLI [unmaintained]

License:GNU General Public License v3.0


Languages

Language:Go 100.0%