From 74c54196d999d000156a7a59cafeabd8d298c3ee Mon Sep 17 00:00:00 2001 From: Jeff Ortel Date: Mon, 12 Aug 2024 11:55:18 -0500 Subject: [PATCH] :bug: Add task.patch. (#741) Add missing scope. https://issues.redhat.com/browse/MTA-3195 Signed-off-by: Jeff Ortel --- auth/roles.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/auth/roles.yaml b/auth/roles.yaml index a46df37a2..aa65e7a77 100644 --- a/auth/roles.yaml +++ b/auth/roles.yaml @@ -130,6 +130,7 @@ - get - post - put + - patch - name: tasks.bucket verbs: - delete @@ -327,6 +328,7 @@ - get - post - put + - patch - name: tasks.bucket verbs: - delete @@ -468,6 +470,7 @@ - get - post - put + - patch - name: tasks.bucket verbs: - delete