Skip to content

v0.4.0

Compare
Choose a tag to compare
@ericvilla ericvilla released this 13 Jan 09:48
· 3329 commits to master since this release

Changelog

  • Added support to AWS SSO. Now it is possible to log in to AWS SSO directly from Leapp by providing Portal URL and the region in which AWS SSO was configured. Leapp will retrieve AWS Organization's accounts and roles, based on the User's permission. That list is presented in a flat way inside Leapp, and can be re-synced. By clicking a Leapp's Session card - associated with a specific role - new short-lived credentials are generated inside ~/.aws/credentials file. For more information, refer to the Wiki.

  • Fixed bug that prevents Windows and Linux to connect to SSM.

  • Fixed Windows certificate sign issue. Now Windows executable is properly signed and recognized as trusted.

  • Converted all Promises to Observables to adhere to RxJS/Angular standards.

  • Generic bug fixing and overall refactoring.