From cbbe223e2caf7279befe0cf3660efc2ac432cec5 Mon Sep 17 00:00:00 2001
From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com>
Date: Tue, 3 Dec 2024 11:03:16 +0100
Subject: [PATCH 1/3] fix(iam): view permissions page
---
.../iam/how-to/view-permission-sets.mdx | 31 +++++++++++++++++++
1 file changed, 31 insertions(+)
create mode 100644 identity-and-access-management/iam/how-to/view-permission-sets.mdx
diff --git a/identity-and-access-management/iam/how-to/view-permission-sets.mdx b/identity-and-access-management/iam/how-to/view-permission-sets.mdx
new file mode 100644
index 0000000000..4679568872
--- /dev/null
+++ b/identity-and-access-management/iam/how-to/view-permission-sets.mdx
@@ -0,0 +1,31 @@
+---
+meta:
+ title: How to view permission sets
+ description: Learn how to view your permission sets in Scaleway IAM.
+content:
+ h1: How to view permission sets
+ paragraph: Learn how to view your permission sets in Scaleway IAM.
+tags: iam event-logs
+dates:
+ validation: 2024-12-03
+ posted: 2023-11-15
+---
+
+
+
+- A Scaleway account logged into the [console](https://console.scaleway.com)
+- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
+
+1. Click **Identity and Access Management (IAM)** from the top-right of the [Organization Dashboard](https://console.scaleway.com/organization) in the Scaleway console. The **Users** tab of the [Identity and Access Management dashboard](https://console.scaleway.com/iam/users) displays.
+
+2. Click the name of the user for who you want to view the permissions. The user information page displays.
+
+ To view your own permissions in someone else's Organization, you can follow the same process and click on your name. If you cannot see your own permissions, contact an admin of the Organization, as you might lack read permissions.
+
+3. Scroll to the **Permission sets** section.
+
+A list of your permission sets for the selected Organization displays. You can see the scope of the permissions, in which [IAM policy](/identity-and-access-management/iam/concepts/#policy) they were defined, and to which [principal](/identity-and-access-management/iam/concepts/#principal) they are attached to.
+
+
+
+
From 3fac01d6438790d9be4ae92e9d3ea54f6e397d54 Mon Sep 17 00:00:00 2001
From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com>
Date: Tue, 3 Dec 2024 11:04:22 +0100
Subject: [PATCH 2/3] fix(iam): view permissions page menu
---
menu/navigation.json | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/menu/navigation.json b/menu/navigation.json
index b4435d489d..4781336e43 100644
--- a/menu/navigation.json
+++ b/menu/navigation.json
@@ -366,6 +366,10 @@
{
"label": "View event logs",
"slug": "view-logs"
+ },
+ {
+ "label": "View permission sets",
+ "slug": "view-permission-sets"
}
],
"label": "How to",
From 3358da145069c2b689138540564ded466c31fecc Mon Sep 17 00:00:00 2001
From: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com>
Date: Tue, 3 Dec 2024 13:35:41 +0100
Subject: [PATCH 3/3] fix(iam): review ro et samy
Co-authored-by: SamyOubouaziz
Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com>
---
.../iam/how-to/view-permission-sets.mdx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/identity-and-access-management/iam/how-to/view-permission-sets.mdx b/identity-and-access-management/iam/how-to/view-permission-sets.mdx
index 4679568872..0124124b53 100644
--- a/identity-and-access-management/iam/how-to/view-permission-sets.mdx
+++ b/identity-and-access-management/iam/how-to/view-permission-sets.mdx
@@ -5,10 +5,10 @@ meta:
content:
h1: How to view permission sets
paragraph: Learn how to view your permission sets in Scaleway IAM.
-tags: iam event-logs
+tags: iam permission set rights authorization read write guest owner organization
dates:
validation: 2024-12-03
- posted: 2023-11-15
+ posted: 2024-12-03
---
@@ -18,9 +18,9 @@ dates:
1. Click **Identity and Access Management (IAM)** from the top-right of the [Organization Dashboard](https://console.scaleway.com/organization) in the Scaleway console. The **Users** tab of the [Identity and Access Management dashboard](https://console.scaleway.com/iam/users) displays.
-2. Click the name of the user for who you want to view the permissions. The user information page displays.
+2. Click the name of the user whose permissions you want to view. The user information page displays.
- To view your own permissions in someone else's Organization, you can follow the same process and click on your name. If you cannot see your own permissions, contact an admin of the Organization, as you might lack read permissions.
+ To view your own permissions in someone else's Organization, you can follow the same process and click on your name. If you cannot see your own permissions, contact an admin of the Organization, as you may not have the necessary permissions.
3. Scroll to the **Permission sets** section.