segmentio / chamber

CLI for managing secrets
MIT License
2.47k stars 170 forks source link

fix: Find region correctly from EC2 IMDS #549

Closed bhavanki closed 2 months ago

bhavanki commented 2 months ago

When running on an EC2 instance with an instance profile / role, chamber now finds the region correctly.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 36.34%. Comparing base (e79a864) to head (ff46cb7).

Files Patch % Lines
store/shared.go 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #549 +/- ## ========================================== + Coverage 36.27% 36.34% +0.06% ========================================== Files 29 29 Lines 2591 2592 +1 ========================================== + Hits 940 942 +2 + Misses 1568 1567 -1 Partials 83 83 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.