rapid7 / awsaml

Awsaml is an application for providing automatically rotated temporary AWS credentials.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make list of previous logins orderable

davepgreene opened this issue · comments

It would be really great if we could order the list of previous logins. This is a 3 part issue:

  1. Convert the metadataUrls storage value from an Object to an Array. and change the /configure and /refresh GET and POST routes to correctly handle save and handle the new format.

  2. Update the configure view to correctly render the Array.

  3. Update the configure view to implement a drag-and-drop feature and POST the entire state of the metadataUrls to the /configure route.