Releases: Systanics/CloudGlance
0.0.131
💫 Enhancements
- Assume Role improvements, close #31
-
You can now specify
duration_seconds
up to 43200 seconds (12 hours)
-
When doing MFA, you have the option to either:
- Role chain by first using GetSessionToken (attached MFA here) then AssumeRole. This was the default up until now to ensure the
aws:MultiFactorAuthPresent
IAM flag is set. It limited the role duration to 1 hour. - AssumeRole without first doing GetSessionToken. This does not limit the session duration but it also does not add the
aws:MultiFactorAuthPresent
IAM flag.
The info text next to the new MFA Option describes it as:
This option will attach the MFA details to GetSessionToken before calling AssumeRole so that IAM policies that checks the
aws:MultiFactorAuthPresent
condition passes. This is called role chaining and limits the session to a maximum of 1 hour. - Role chain by first using GetSessionToken (attached MFA here) then AssumeRole. This was the default up until now to ensure the
-
0.0.130
0.0.122
💫 Enhancements
- Improved initial onboarding flow and installed program path discovery
🧹 Chores
- Changed the CloudFormation Icon
- Update all icons to the latest
🐛 Bugs
- State is now kept when moving between windows
- App now closes on MacOS when the window closes
0.0.121
0.0.117
0.0.116
0.0.114
💫 Enhancements
Which can be found under the profile context menu by Right-Clicking on the profile OR under the new settings button when you edit a profile.
🐛 Bug fixes
- When re-adding a profile to another group, the profile dialog gets stuck, closes #24
- Small CSS issues
0.0.113
🚀 Feature
New Multi-account and multi-region CloudFormation view
Search and view all your CloudFormation Stacks in a single view irrespective of account or region. Save time by not scrolling through pages and pages of events when using Cloud Glance's unique stack events view. Events are grouped by deployment and surface the first error alongside the final stack status.
🐛 Bug fixes
- Opening links in the browser failed after 15 minutes with an auth error if you started a session ( clicked on the play button) without clicking on a link to open in the browser when the session was created the first time.