Searched hist:"3 acced2ce93ab735f147ba8204afcc18bdc0c3ea" (Results 1 – 2 of 2) sorted by relevance
/openbmc/bmcweb/include/ |
H A D | authentication.hpp | diff 3acced2ce93ab735f147ba8204afcc18bdc0c3ea Tue Jul 12 18:21:02 CDT 2022 Nan Zhou <nanzhoumails@gmail.com> authn: correct meson behaviors
Today `basic-auth` (and other options) can be enabled even if `insecure-disable-auth` is enabled, which doesn't make sense. With this block this commit added in meson, If we disable authx with `insecure-disable-auth`, then all these auth options will be ignored.
Tested: 1. code compiles with and without 'insecure-disable-auth'. 2. No new service validator errors when 'insecure-disable-auth' is turned on. 3. No new service validator errors when 'insecure-disable-auth' is turned off.
Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I2c634851f7aa7b9e57158770c5d40c12954c93a7
|
/openbmc/bmcweb/ |
H A D | meson.build | diff 3acced2ce93ab735f147ba8204afcc18bdc0c3ea Tue Jul 12 18:21:02 CDT 2022 Nan Zhou <nanzhoumails@gmail.com> authn: correct meson behaviors
Today `basic-auth` (and other options) can be enabled even if `insecure-disable-auth` is enabled, which doesn't make sense. With this block this commit added in meson, If we disable authx with `insecure-disable-auth`, then all these auth options will be ignored.
Tested: 1. code compiles with and without 'insecure-disable-auth'. 2. No new service validator errors when 'insecure-disable-auth' is turned on. 3. No new service validator errors when 'insecure-disable-auth' is turned off.
Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I2c634851f7aa7b9e57158770c5d40c12954c93a7
|