miquella / vaulted

Spawning and storage of secure environments
MIT License
254 stars 30 forks source link

Fix loss of AWS configuration when rotating keys #178

Closed miquella closed 4 years ago

miquella commented 4 years ago

When an AWS key is rotated, there is no reason we should lose the existing AWS configuration (e.g. MFA, role, region, etc.).

Fixes #153