From 4539462d2977eaebbfe51e450133a223c80333ee Mon Sep 17 00:00:00 2001 From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com> Date: Tue, 2 Sep 2025 15:32:13 +0200 Subject: [PATCH] feat(kafka): add permissions sets --- pages/iam/reference-content/permission-sets.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/iam/reference-content/permission-sets.mdx b/pages/iam/reference-content/permission-sets.mdx index db42346ca8..f1882634ca 100644 --- a/pages/iam/reference-content/permission-sets.mdx +++ b/pages/iam/reference-content/permission-sets.mdx @@ -47,6 +47,8 @@ Below is a list of the permission sets available at Scaleway. | ElasticMetalFullAccess | Full access to create, read, list, edit and delete Elastic Metal | | InstancesFullAccess | Full access to create, read, list, edit and delete Instances | | InstancesReadOnly | List and read access to Instances | +| KafkaClusterReadOnly | List and read access to Kafka Cluster | +| KafkaClusterFullAccess | Full access to Kafka Cluster | | KubernetesReadOnly | List and read access to Kubernetes | | KubernetesFullAccess | Full access to create, read, list, edit and delete Kubernetes | | KubernetesExternalNodeRegister | Attach external nodes to a Kosmos cluster |