Opal Mitchell
Opal Mitchell
If there's [an error when calling into AWS to assume a role](https://github.com/rapid7/awsaml/blob/v1.4.0/lib/routes/refresh.js#L29-L32), the error is swallowed by Awsaml and never shown to the user. We should check to see if...
The [v1.4.0 notes on building Awsaml](https://github.com/rapid7/awsaml/tree/v1.4.0#building) don't include anything about running tests. We should update those to include running tests before creating packages. ```bash rm -rf node_modules/ npm install npm...
You can get into a state where the "The SAML metadata is invalid." error message is still visible after you've successfully authenticated. 1. Open Awsaml 2. Enter an invalid metadata...
The current workflow for using [Awsaml v1.1.0](https://github.com/rapid7/awsaml/releases/tag/v1.1.0) with two AWS accounts is: - Open Awsaml - Input metadata URL for first account - Do work in first account - Close...
The goal of this project is to level up the experience of contributing to Awsaml. Contributors should be confident, which means they can 1. Find something in [Awsaml's issues](https://github.com/rapid7/awsaml/issues) they...
Awsaml currently uses the stock Electron icon. To provide better visual distinction between it and other Electron applications, Awsaml should have its own icon. We need several icon file formats...
Right now, Awsaml only has documentation for Okta as a provider. We should document usage for the other providers that are supported out of the box by [Passport-SAML](https://github.com/bergie/passport-saml), as well...
There are a variety of tiny touch points around branding that would be helpful to have when referencing Awsaml. Both a short and long form description as well as a...
Awsaml's build process uses [electron-packager](https://github.com/electron-userland/electron-packager) for packaging. We should be able to add the `--icon` flag to the build process to create a custom application icon. For now, we can...
We need a landing page for Awsaml that provides a more curated experience than the README of our GitHub project. We can do this with [a GitHub.io page](https://pages.github.com/). The page...