nbeguier / cassh

SSH CA administration via CLI and GUI
https://medium.com/leboncoin-engineering-blog/cassh-ssh-key-signing-tool-39fd3b8e4de7
Apache License 2.0
73 stars 20 forks source link

Multikey status #104

Open fedegiova opened 2 years ago

fedegiova commented 2 years ago

Hi, I've added the ability to display multiple keys for the same realname in the status page.

This imply a small API change in the client/status endpoint. In a previous implementation I've tried to preserve the original API but it then become difficult to handle the response. So I've come up with this version.

The ability to associate multiple keys with one realname is already present on mainline, it was missing only the status page which was displaying only the last one.