----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72799/ -----------------------------------------------------------
(Updated Aug. 25, 2020, 1:02 a.m.) Review request for mesos, Andrei Budnik and Qian Zhang. Repository: mesos Description ------- Previously, the CSI server would initialize the service managers before the auth token was generated, meaning that requests made by the service managers to an agent which requires HTTP authentication would fail. This patch changes the order of initialization so that the service managers will be initialized with a valid auth token when necessary. Diffs ----- src/slave/csi_server.cpp 0ffe020412dd3170d34052ebbbdc7f320c4cb31a Diff: https://reviews.apache.org/r/72799/diff/2/ Testing ------- `make check` Thanks, Greg Mann
