Searched hist:a43ea82f71c6eaeeae8f28d0b0179d489decfd81 (Results 1 – 3 of 3) sorted by relevance
/openbmc/bmcweb/http/ |
H A D | http_connection.hpp | diff a43ea82f71c6eaeeae8f28d0b0179d489decfd81 Thu May 26 19:42:44 CDT 2022 Nan Zhou <nanzhoumails@gmail.com> meson option: make the insecure-disable-auth macro more accurate
The "auth" term is overloaded in meson option and macros. This commit changes the macro from BMCWEB_INSECURE_DISABLE_AUTHENTICATION to BMCWEB_INSECURE_DISABLE_AUTHX, given that if "insecure-disable-auth" is enabled, both authentication and authorization are disabled.
Tested: 1. set 'insecure-disable-auth=enabled', no authz nor authn is performed, no crash on AccountService as well.
Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: Iddca1f866d16346bcc2017338fa6f077cb89cef9
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | account_service.hpp | diff a43ea82f71c6eaeeae8f28d0b0179d489decfd81 Thu May 26 19:42:44 CDT 2022 Nan Zhou <nanzhoumails@gmail.com> meson option: make the insecure-disable-auth macro more accurate
The "auth" term is overloaded in meson option and macros. This commit changes the macro from BMCWEB_INSECURE_DISABLE_AUTHENTICATION to BMCWEB_INSECURE_DISABLE_AUTHX, given that if "insecure-disable-auth" is enabled, both authentication and authorization are disabled.
Tested: 1. set 'insecure-disable-auth=enabled', no authz nor authn is performed, no crash on AccountService as well.
Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: Iddca1f866d16346bcc2017338fa6f077cb89cef9
|
/openbmc/bmcweb/ |
H A D | meson.build | diff a43ea82f71c6eaeeae8f28d0b0179d489decfd81 Thu May 26 19:42:44 CDT 2022 Nan Zhou <nanzhoumails@gmail.com> meson option: make the insecure-disable-auth macro more accurate
The "auth" term is overloaded in meson option and macros. This commit changes the macro from BMCWEB_INSECURE_DISABLE_AUTHENTICATION to BMCWEB_INSECURE_DISABLE_AUTHX, given that if "insecure-disable-auth" is enabled, both authentication and authorization are disabled.
Tested: 1. set 'insecure-disable-auth=enabled', no authz nor authn is performed, no crash on AccountService as well.
Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: Iddca1f866d16346bcc2017338fa6f077cb89cef9
|