From b07a8bda38ecfeb9e6b8619f20913bad13378615 Mon Sep 17 00:00:00 2001 From: Cas Lubbers Date: Thu, 5 Mar 2026 14:07:56 +0100 Subject: [PATCH] fix: user not allowed to perform create on Service.namespace resource --- src/openapi/service.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/openapi/service.yaml b/src/openapi/service.yaml index 0f5608e9b..d7438039d 100644 --- a/src/openapi/service.yaml +++ b/src/openapi/service.yaml @@ -29,14 +29,6 @@ Service: namespace: $ref: 'definitions.yaml#/idName' description: A Kubernetes namespace. - x-acl: - platformAdmin: - - create-any - - read-any - - update-any - - delete-any - teamAdmin: [] - teamMember: [] port: type: integer minimum: 1