Skip to content

Commit 1c8f8de

Browse files
fix(iam): members and groups
1 parent f0d2bd1 commit 1c8f8de

File tree

3 files changed

+14
-18
lines changed

3 files changed

+14
-18
lines changed
227 KB
Loading

pages/iam/how-to/manage-members.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ Refer to the dedicated [How to enforce security for Members](/iam/how-to/enforce
129129
- [How to stop enforcing password renewal](/iam/how-to/enforce-security-requirements-members/#how-to-stop-enforcing-password-renewal)
130130
- [How to edit the grace period of your Organization](/iam/how-to/enforce-security-requirements-members/#how-to-edit-the-grace-period-of-your-organization)
131131

132-
133132
## How to delete a Member
134133

135134
<Message type="important">

pages/iam/how-to/manage-users.mdx

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ From the user's [Overview tab](#how-to-access-the-user-overview), you can view i
3939

4040
In the Overview tab you can also find an extensive list of the user's permission sets, the name of their associated policies and the scope they apply to.
4141

42-
## How to manage a user's groups
42+
## How to manage a user's groups and policies
4343

4444
From the user's **Groups & policies** tab you can find a list of the user's groups and policies.
4545

@@ -66,12 +66,6 @@ A user may be part of multiple groups at the same time.
6666
Learn [how to create a new IAM group](/iam/how-to/create-group/).
6767
</Message>
6868

69-
## How to manage a user's policies
70-
71-
From the user's [**Overview** tab](#how-to-access-the-user-overview), scroll down to the **Policies** panel. A list of policies attached to the user displays:
72-
73-
<Lightbox src="scaleway-iam-policies.webp" alt="" />
74-
7569
### Detach a policy from a user
7670

7771
1. Click the **x** button next to the policy you want to detach from the user. A pop-up displays asking you to confirm the action.
@@ -84,20 +78,20 @@ From the user's [**Overview** tab](#how-to-access-the-user-overview), scroll dow
8478

8579
A user may be attached to multiple policies.
8680

87-
1. Click **Attach a policy** to attach another policy to the user. A pop-up displays, prompting you to select a policy.
88-
2. Select the policy you want to attach to the user from the drop-down list, or type the name of the policy.
89-
3. Click **Validate** to finish.
90-
The selected policy is attached to the user, and you are returned to the **Overview** tab.
81+
1. Click **Attach a policy** to attach another policy to the user. A pop-up displays.
82+
2. Select an action between: **creating a new policy**, **selecting an unassigned policy** or **duplicating an existing policy**.
9183

92-
<Message type="tip">
93-
To create a new policy, see our [dedicated how to](/iam/how-to/create-policy/).
94-
</Message>
84+
<Message type="note">
85+
When you [create a new policy](/iam/how-to/create-policy/) or duplicate an existing one, you are redirected to the IAM policies page. The following steps apply when you chose to select an unassigned policy.
86+
</Message>
87+
3. Select the policy you want to attach to the user from the drop-down list.
88+
4. Click **Validate** to finish.
89+
The selected policy is attached to the user.
9590

9691
## How to view and delete user API keys
9792

98-
1. From the user's [Overview tab](#how-to-access-the-user-overview), click the **Credentials** tab.
93+
1. Click the user's **Credentials** tab.
9994
You can view details of the user's [API keys](/iam/how-to/create-api-keys/).
100-
<Lightbox src="scaleway-api-key.webp" alt="" />
10195
<Message type="note">
10296
You cannot see the secret key part of any API keys, nor can you create an API key for any IAM user other than yourself.
10397
</Message>
@@ -106,7 +100,7 @@ A user may be attached to multiple policies.
106100
A warning displays, reminding you that this action is permanent.
107101
3. Type **DELETE** and click **Submit** to confirm the action.
108102

109-
## How to remove a user from the Organization
103+
## How to remove a guest from an Organization
110104

111105
<Message type="note">
112106
To remove any users other than yourself, you must either be the [Owner](/iam/concepts#owner) of the Organization, or have [IAMManager permissions](/iam/reference-content/permission-sets/). The exception to this is that you can always remove yourself as an IAM user from an Organization in which you are a [Guest](/iam/concepts#guest), anytime. This equates to leaving the Organization. You cannot leave an Organization that you own.
@@ -118,3 +112,6 @@ A user may be attached to multiple policies.
118112
<Lightbox src="scaleway-remove-user-popup.webp" alt="A pop up box displaying a warning: Removing a user from this Organization automatically deletes their API keys, and any policies directly attached to them become orphaned" />
119113
3. Type **REMOVE** to confirm, and click **Remove user** to validate.
120114

115+
<Message type="note">
116+
If you want to delete a Member, follow the corresponding steps in the [How to manage Members](/iam/how-to/manage-members/#how-to-delete-a-member) documentation page.
117+
</Message>

0 commit comments

Comments
 (0)