99designs / aws-vault

A vault for securely storing and accessing AWS credentials in development environments
MIT License
8.53k stars 822 forks source link

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

Closed JoshMcCullough closed 4 months ago

JoshMcCullough commented 10 months ago

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.

github-actions[bot] commented 4 months ago

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