Home
last modified time | relevance | path

Searched refs:isOnAllowlist (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/include/
H A Dauthentication.hpp201 inline bool isOnAllowlist(std::string_view url, boost::beast::http::verb method) in isOnAllowlist() function
/openbmc/bmcweb/http/
H A Dhttp2_connection.hpp271 if (!crow::authentication::isOnAllowlist(thisReq.url().path(), in onRequestRecv()
H A Dhttp_connection.hpp287 if (!crow::authentication::isOnAllowlist(req->url().path(), in handle()