Skip to content

Commit 8cf60f8

Browse files
committed
docs(ddx): add doc for iam
1 parent 2e0a1ec commit 8cf60f8

File tree

2 files changed

+100
-0
lines changed

2 files changed

+100
-0
lines changed
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
---
2+
title: How to Give IAM Members Access to the Dedibox Console
3+
description: Learn how to set up and manage access control to the Dedibox console for Scaleway IAM members.
4+
tags: dedibox dedicated server x2go
5+
dates:
6+
validation: 2025-11-07
7+
posted: 2025-11-07
8+
---
9+
import Requirements from '@macros/iam/requirements.mdx'
10+
11+
<Requirements />
12+
13+
- A Scaleway account logged into the [console](https://console.scaleway.com)
14+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
15+
- Dedibox resources are available in your organization.
16+
17+
This page explains how to grant IAM members access to the Dedibox Console using Scaleway Identity & Access Management (IAM).
18+
19+
## Concepts
20+
21+
Access to Dedibox resources is controlled through IAM:
22+
- **Users**: IAM identities that represent a person or machine.
23+
- **Groups**: Collections of users. Permissions can be assigned at the group level.
24+
- **Policies**: Rules that define what actions a user or group can perform.
25+
26+
To allow an IAM member to access the Dedibox Console, you must attach a policy to the user or the group they belong to.
27+
28+
## Giving access to the Dedibox console for Scaleway IAM Members
29+
30+
### Create or select an IAM user
31+
32+
If the user does not exist:
33+
1. In the [Scaleway console](https://console.scaleway.com), click **IAM** in the **Management & Governance** section of the side menu. The information dashboard appears.
34+
2. Click **+ Create member**.
35+
3. Enter the user information and validate.
36+
37+
If the user already exists, proceed to the next section.
38+
39+
### Create or assign a policy
40+
41+
To give the user access to Dedibox, attach an IAM policy with Dedibox permissions.
42+
Policies can be created and attached directly to a user or a group.
43+
44+
#### Create a policy
45+
46+
1. In the IAM section, click the **Policies** tab.
47+
2. Click **+ Create Policy**.
48+
3. Enter a policy name and description. Optionally, add key-value tags and select a principal.
49+
4. Click **Add rules**. The rule creation wizard appears.
50+
5. Define the scope of the rule — either at the **Project** or **Organization** level — then click **Validate**.
51+
6. Add a permission set to the rule:
52+
- Click **Bare Metal** in the products list.
53+
- Select `DediboxConsoleFullAccess`.
54+
7. Click **Validate** to confirm.
55+
8. Optionally, add a condition using CEL (Common Expression Language).
56+
9. Click **Validate** to confirm, then click **Create policy**.
57+
58+
### Attach the policy
59+
60+
You can attach the policy to:
61+
- A **group**, or
62+
- A **user** directly.
63+
64+
#### Attach to a group
65+
66+
1. In the IAM section, select **Groups**.
67+
2. Open the desired group.
68+
3. Select the **Policies** tab.
69+
4. Click **Attach Policy**, then choose:
70+
- **Select an unassigned policy** to assign the policy exclusively to the group, or
71+
- **Duplicate an existing policy** to create a copy for the group.
72+
5. Select your previously created policy from the drop-down list and click **Validate**.
73+
6. Ensure the user is a member of this group.
74+
75+
#### Attach to an user
76+
77+
1. In the IAM section, select **Users**.
78+
2. Open the user.
79+
3. Click the **Groups & Policies** tab.
80+
4. Scroll to the **Policies** section and click **Attach Policy**, then choose:
81+
- **Select an unassigned policy** to assign the policy exclusively to the user, or
82+
- **Duplicate an existing policy** to create a copy for the user.
83+
5. Select your previously created policy from the drop-down list and click **Validate**.
84+
85+
### Verify access
86+
87+
The user can now access the Dedibox Console.
88+
89+
1. Log in as the user (or ask them to log in).
90+
2. Open the **Dedibox Console**: [https://console.online.net/](https://console.online.net/)
91+
92+
If permissions are correctly configured, the Dedibox resources will be visible.
93+
94+
<Message type="tip">
95+
For further information about Scaleway IAM, refer to the dedicated [IAM documentation](/iam/quickstart/).
96+
</Message>

pages/dedibox/menu.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ export const dediboxMenu = {
8282
label: 'Terminate a server',
8383
slug: 'terminate-dedibox-server',
8484
},
85+
{
86+
label: 'Give IAM Members access to the Dedibox console',
87+
slug: 'give-iam-members-access-to-dedibox-console',
88+
},
8589
],
8690
label: 'How to',
8791
slug: 'how-to',

0 commit comments

Comments
 (0)