99designs / aws-vault

A vault for securely storing and accessing AWS credentials in development environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: import from `~/.aws/credentials`

JoshMcCullough opened this issue · comments

For new users, it'd be great to be able to quickly import all existing profiles with their respective key/secret from ~/.aws/credentials, e.g.:

aws-vault import [profile]

If profile is provided, only import that one profile, otherwise import all within the credentials file. If a profile already has been added to aws-vault, warn the user but proceed adding the remaining profiles.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.