diff --git a/packages/cli/src/controllers/orchestration.controller.ts b/packages/cli/src/controllers/orchestration.controller.ts index cbe9f285d7..39e4192332 100644 --- a/packages/cli/src/controllers/orchestration.controller.ts +++ b/packages/cli/src/controllers/orchestration.controller.ts @@ -4,7 +4,7 @@ import { Service } from 'typedi'; import { SingleMainInstancePublisher } from '@/services/orchestration/main/SingleMainInstance.publisher'; import { License } from '../License'; -@Authorized(['global', 'owner']) +@Authorized('any') @RestController('/orchestration') @Service() export class OrchestrationController {