metal-toolbox / hollow-serverservice

The API service which leverages CockroachDB as a backend to inventory firmware, bios, and other hardware information required for cohesive fleet management

Home Page:https://hollow.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server Secrets should store a username as well

nicolerenee opened this issue · 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