rapid7 / awsaml

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow user to add nickname to metadata url optionally

vchaudhari-r7 opened this issue · comments

It would be super handy if we can attach human readable label to metadata url. This will allow us to use 'Recent Logins' easily without having to lookup account number and figure to what account is it.

From design perspective, we can add optional text field box under text box 'SAML Metadata URL' and capture the input and append to recent login labels. for e.g.

Recent Logins

|awsaml-XXXXXXXXXXX ( POKEMON-Prod )
|> https://<metadata-url>/metadata

I can see this relating to #65, which is about allowing profile names be configurable. Right now, metadata URLs are saved as a map from URL to profile name.

#94 should provide that

This was added in PR #94 and shipped in the v1.5.0 release.