metal-toolbox/hollow-serverservice

Server Secrets should store a username as well

nicolerenee opened this issue · 1 comments

The main usage for server secrets was that I could store BMC or root passwords for the server. However to make those usable the secret would need to include a username.

The server secret object should be updated in the database to include a username field, and this would need to be propagated through the API layer for operations.

Fixed by #127