Skip to content

Conversation

@endorama
Copy link
Owner

@endorama endorama commented Mar 4, 2024

The aws plugin currently always set AWS_PROFILE to the persona's name. This is
not necessary, as having multiple personas allow to leverage the default
profile for each without special AWS configurations.

Updates the plugin to accept an additional custom_profile_name configuration
that specifies the custom profile name to use. When empty, AWS_PROFILE is
not set. When set to $PERSONA, the value is replaced with current
persona's name.

This is a breaking change.

endorama added 2 commits March 4, 2024 18:25
The plugin currently always set AWS_PROFILE to the persona's name. This is
not necessary, as having multiple personas allow to leverage the default
profile for each without special AWS configurations.

Updates the plugin to accept an additional custom_profile_name configuration
that specifies the custom profile name to use. When empty, AWS_PROFILE is
not set. When set to `$PERSONA`, the value is replaced with current
persona's name.

**This is a breaking change.**
@codecov
Copy link

codecov bot commented Mar 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.84%. Comparing base (b3a9eaf) to head (ee0abe9).
Report is 43 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
+ Coverage   51.70%   53.84%   +2.14%     
==========================================
  Files          30       35       +5     
  Lines         441      468      +27     
==========================================
+ Hits          228      252      +24     
- Misses        187      189       +2     
- Partials       26       27       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@endorama endorama merged commit c4bc69f into main Mar 4, 2024
@endorama endorama deleted the aws-profile branch March 4, 2024 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants