-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
In console, Getting database error while fetching AMT hardware info.
AMT hardware info output:
curl -s http://localhost:8181/api/v1/amt/hardwareInfo/ | jq .
{
"error": "database error",
"message": "database error"
}
Also, observed same issue with other AMT API's.
curl -s http://localhost:8181/api/v1/amt/features/ | jq .
{
"error": "database error",
"message": "database error"
}
OS: Ubuntu 22.04.5 LTS
Analysis:
Recent database migration added nullable password columns, but the Go code was scanning directly into string types and attempting decryption on empty values which is leading to database error. mpspassword and mebxpassword are empty.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
In Progress
Status
Q1 2026 (Current)