mirror of
https://github.com/apache/druid.git
synced 2025-02-06 01:58:20 +00:00
338b8b3fef
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.