From 81fdb96c4fcf5f406fd9b4ddcf3d68d41bc73881 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Thu, 18 Apr 2024 16:40:36 -0500 Subject: 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 --- meta-ibm/recipes-phosphor/interfaces/bmcweb_%.bbappend | 1 + 1 file changed, 1 insertion(+) 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 = " \ -- cgit v1.2.3