Home
last modified time | relevance | path

Searched hist:"9 d62d126" (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_postcodes.hpp9d62d126 Wed Sep 04 15:17:10 CDT 2024 Gunnar Mills <gmills@us.ibm.com> Correct comment to reflect PrivilegeRegistry

Looking at
https://redfish.dmtf.org/registries/Redfish_1.5.0_PrivilegeRegistry.json
a "Entity": "LogService", is

"POST": [
{
"Privilege": [
"ConfigureManager"

below it is a SubordinateOverrides for
"Targets": [
"ComputerSystem",

with

"POST": [
{
"Privilege": [
"ConfigureComponents"

which is what this LogService is. Update the comment to reflect the
ConfigureComponents is correct.

Found in review on https://gerrit.openbmc.org/c/openbmc/bmcweb/+/74272/

Tested: Inspection only. Comment change only.

Change-Id: I4ffc7d973bb7146c78a8762dde1a42f4c4203a3c
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>