tilfinltd / aws-extend-switch-roles

Extend your AWS IAM switching roles by Chrome extension, Firefox add-on, or Edge add-on
https://chromewebstore.google.com/detail/aws-extend-switch-roles/jpmkfafbacpgapdghgdpembnojdlgkdl?utm_source=github
MIT License
1.32k stars 141 forks source link

Adding option target_region for base profiles #125

Closed naydichev closed 4 years ago

naydichev commented 4 years ago

If a target_region is specified in a baseProfile, then all regions that list it as a sourceProfile will automatically use that region.

codecov[bot] commented 4 years ago

Codecov Report

Merging #125 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #125      +/-   ##
==========================================
+ Coverage   89.06%   89.13%   +0.06%     
==========================================
  Files           9        9              
  Lines         311      313       +2     
==========================================
+ Hits          277      279       +2     
  Misses         34       34
Impacted Files Coverage Δ
src/lib/profile_set.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bb7fab5...18c8fc9. Read the comment docs.

naydichev commented 4 years ago

Any chance of this getting merged in?