From 718fcde8e5da86b3d4a27a741f4a8b9177e91a8a Mon Sep 17 00:00:00 2001 From: Gezi-lzq Date: Thu, 14 Nov 2024 12:06:47 +0800 Subject: [PATCH] feat: add permissions for managing container storage classes in AutoMQ custom role --- google.tf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/google.tf b/google.tf index ad60e36..b2d5018 100644 --- a/google.tf +++ b/google.tf @@ -277,7 +277,11 @@ resource "google_project_iam_custom_role" "automq_byoc_gke_role" { "container.statefulSets.list", "container.statefulSets.update", "container.statefulSets.updateScale", - "container.statefulSets.updateStatus" + "container.statefulSets.updateStatus", + "container.storageClasses.create", + "container.storageClasses.get", + "container.storageClasses.list", + "container.storageClasses.update", ] }