----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58251/ ----------------------------------------------------------- Review request for mesos, Adam B, Alexander Rojas, Till Toenshoff, and Vinod Kone. Bugs: MESOS-7014 https://issues.apache.org/jira/browse/MESOS-7014 Repository: mesos Description ------- This patch changes the `claims` member of the authentication `Principal` struct from a `std::map` to a `hashmap`, so that we can make use of the `contains()` helper during authorization. Diffs ----- 3rdparty/libprocess/include/process/authenticator.hpp 272d92117547512328c09dfc04c6ca4bf7b6b937 Diff: https://reviews.apache.org/r/58251/diff/1/ Testing ------- Testing details can be found at the end of this chain. Thanks, Greg Mann