summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2024-04-19 00:40:36 +0300
committerAdriana Kobylak <anoo@us.ibm.com>2024-04-22 22:55:57 +0300
commit81fdb96c4fcf5f406fd9b4ddcf3d68d41bc73881 (patch)
tree5bcb0d577c910ac8f45bfeaee56b8f82fec73670
parente8c1ff027ef769f6c65bd3e551c168777f0dd1aa (diff)
downloadopenbmc-81fdb96c4fcf5f406fd9b4ddcf3d68d41bc73881.tar.xz
meta-ibm: bmcweb: enable redfish-query
insecure-enable-redfish-query controls the Redfish expand query parameter. Named insecure because "is experimental, and has not been tested against the full limits of user-facing behavior". Downstream we have done some testing with this enabled and measuring resource usage are okay with the results. webui-vue will use expand for sensor page, etc. Other query parameters such as only are not controlled by this option and already enabled. Change-Id: I8403129fabfbe0752c3b0e85bb2e8bd5ebea2aa0 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend b/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend
index e9d9d127fc..7b51944ac3 100644
--- a/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend
+++ b/meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend
@@ -4,6 +4,7 @@ EXTRA_OEMESON:append = " \
-Dredfish-dump-log=enabled \
-Dredfish-oem-manager-fan-data=disabled \
-Dredfish-bmc-journal=disabled \
+ -Dinsecure-enable-redfish-query=enabled \
"
EXTRA_OEMESON:append:p10bmc = " \