Skip to content

Commit 9f1d141

Browse files
authored
feat(IAM): Add undocumented permission sets (#3878)
1 parent 18a3f3b commit 9f1d141

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

identity-and-access-management/iam/reference-content/permission-sets.mdx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ content:
66
h1: Permission sets
77
paragraph: Explore how to define and manage permission sets for user access control.
88
dates:
9-
validation: 2024-04-01
9+
validation: 2024-10-23
1010
---
1111

1212
Permissions sets and their scope make up [IAM rules](/identity-and-access-management/iam/concepts/#rule), which define the access rights that a principal (user, group or application) should have. They consist of sets of one or multiple [permissions](/identity-and-access-management/iam/concepts/#permission).
@@ -52,6 +52,7 @@ Below is a list of the permission sets available at Scaleway.
5252
| KubernetesReadOnly | List and read access to Kubernetes |
5353
| KubernetesFullAccess | Full access to create, read, list, edit and delete Kubernetes |
5454
| KubernetesExternalNodeRegister | Attach external nodes to a Kosmos cluster |
55+
| KubernetesSystemMastersGroupAccess | Gives the Kubernetes system:masters role to perform any action on the cluster |
5556
| DediboxReadOnly | List and read access to Dedibox |
5657
| DediboxFullAccess | Full access to create, read, list, edit and delete Dedibox |
5758
| ContainersReadOnly | List and read access to Containers |
@@ -80,6 +81,14 @@ Below is a list of the permission sets available at Scaleway.
8081
| PrivateNetworksFullAccess | Full access to create, read, list, edit and delete Private Networks |
8182
| VPCGatewayReadOnly | List and read access to Public Gateways |
8283
| VPCGatewayFullAccess | Full access to create, read, list, edit and delete Public Gateways |
84+
| VPCFullAccess | Full access to VPC |
85+
| VPCReadOnly | Read access to VPC |
86+
| AutoscalingFullAccess | Full access to autoscaling |
87+
| AutoscalingReadOnly | Read access to autoscaling |
88+
| EdgeServicesFullAccess | Full access to Edge Services |
89+
| EdgeServicesReadOnly | Read access to Edge Services |
90+
| IPAMFullAccess | Full access to IPAM |
91+
| IPAMReadOnly | Read access to IPAM |
8392
| LoadBalancersReadOnly | List and read access to Load Balancer |
8493
| LoadBalancersFullAccess | Full access to create, read, list, edit and delete Load Balancer |
8594
| DomainsDNSReadOnly | List and read access to Domains and DNS |
@@ -96,6 +105,10 @@ Below is a list of the permission sets available at Scaleway.
96105
| TransactionalEmailDomainFullAccess | Full access to domains in Transactional Email. Does not include permissions for e-mails |
97106
| TransactionalEmailEmailReadOnly | Read access to e-mails in Transactional Email. Does not include permissions for domain configuration |
98107
| TransactionalEmailEmailFullAccess | Full access to e-mails in Transactional Email. Does not include permissions for domain configuration |
108+
| TransactionalEmailWebhookFullAccess | Full access to Webhooks in Transactional Email |
109+
| TransactionalEmailWebhookReadOnly | Read access to Webhooks in Transactional Email |
110+
| TransactionalEmailProjectSettingsFullAccess | Full access to Project settings in Transactional Email |
111+
| TransactionalEmailProjectSettingsReadOnly | Read access to Project settings in Transactional Email |
99112
| WebHostingReadOnly | List and read access to Web Hosting |
100113
| WebHostingFullAccess | Full access to create, read, list, edit and delete Web Hosting |
101114
| SecretManagerReadOnly | List and read secrets' metadata (name, tags, creation date, etc.). Does not include permissions for data (versions) accessing or editing |
@@ -108,3 +121,6 @@ Below is a list of the permission sets available at Scaleway.
108121
| BlockStorageFullAccess | Full access to create, read, list, edit and delete in Block Storage |
109122

110123

124+
<Message type="important">
125+
Some additional permission sets may appear on your Scaleway console if you are enrolled in beta testing for products or features.
126+
</Message>

0 commit comments

Comments
 (0)