openbmc / phosphor-rest-server

REST server that transposes dbus interfaces to REST
Apache License 2.0
4 stars 11 forks source link

hiomapd needs to be black listed #27

Open gkeishin opened 5 years ago

gkeishin commented 5 years ago

"hiomapd" expands to "Host I/O Map Daemon"

/xyz/openbmc_project/Hiomapd
{
    "DaemonReady": true,
    "DaemonState": 0,
    "FlashControlLost": false,
    "LpcState": 2
}

As per discussion with @amboar @dkodihal we dont want to expose this interface.

So this needs to be black listed so that it doesnt shows up

geissonator commented 5 years ago

@edtanous is the ability to blacklist some DBUS api's from the REST interface possible in bmcweb?

amboar commented 5 years ago

This DBus interface is purely for BMC-Host interactions, not for any external use.

amboar commented 5 years ago

What's the state of this issue? Has anyone looked into it?