druid/server/src
Gian Merlino 338b8b3fef
SupervisorManager: Add authorization checks to bulk endpoints. (#8044)
The endpoints added in #6272 were missing authorization checks. This patch removes the bulk
methods from SupervisorManager, and instead has SupervisorResource run the full list through
filterAuthorizedSupervisorIds before calling resume/suspend/terminate one by one.
2019-07-09 13:16:54 -07:00
..
main/java/org/apache/druid SupervisorManager: Add authorization checks to bulk endpoints. (#8044) 2019-07-09 13:16:54 -07:00
test set DRUID_AUTHORIZATION_CHECKED attribute for router endpoints (#8026) 2019-07-09 00:51:36 -07:00