fugue / credstash

A little utility for managing credentials in the cloud
Apache License 2.0
2.06k stars 215 forks source link

KMS region incorrectly defaults to us-east-1 when using a profile #283

Closed mike-luminal closed 4 years ago

mike-luminal commented 4 years ago

When the credstash region is set through an AWS profile, the KMS key region is incorrectly set to the default value of us-east-1 instead of the region in the profile.

mike-luminal commented 4 years ago

This turned out to be a configuration error.