Skip to content

Commit 939aba6

Browse files
feat(iam): add troubleshooting index (#4627)
1 parent d67349b commit 939aba6

File tree

4 files changed

+61
-11
lines changed

4 files changed

+61
-11
lines changed

menu/navigation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,15 +414,15 @@
414414
{
415415
"items": [
416416
{
417-
"label": "IAM Overview",
417+
"label": "Understanding Scaleway IAM",
418418
"slug": "overview"
419419
},
420420
{
421421
"label": "Users, groups and applications",
422422
"slug": "users-groups-and-applications"
423423
},
424424
{
425-
"label": "Policies",
425+
"label": "Understanding IAM Policies",
426426
"slug": "policy"
427427
},
428428
{

pages/iam/reference-content/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
meta:
3-
title: IAM Overview
3+
title: Understanding Scaleway IAM
44
description: High-level overview of Scaleway IAM features.
55
content:
6-
h1: IAM Overview
6+
h1: Understanding Scaleway IAM
77
paragraph: High-level overview of Scaleway IAM features.
88
tags: iam
99
dates:

pages/iam/reference-content/policy.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
meta:
3-
title: IAM Policies
3+
title: Understanding IAM Policies
44
description: Detailed additional content for policies within Scaleway IAM.
55
content:
6-
h1: Policies
6+
h1: Understanding IAM Policies
77
paragraph: Detailed additional content for policies within Scaleway IAM.
88
tags: iam
99
dates:
Lines changed: 55 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,58 @@
11
---
22
meta:
3-
title: IAM - Troubleshooting
4-
description: IAM Troubleshooting
3+
title: IAM (Identity and Access Management) - Troubleshooting
4+
description: Find troubleshooting resources for resolving issues with IAM.
55
content:
6-
h1: Troubleshooting
7-
paragraph: IAM Troubleshooting
8-
---
6+
paragraph: Find troubleshooting resources for resolving issues with IAM.
7+
dates:
8+
posted: 2025-03-17
9+
categories:
10+
- iam
11+
---
12+
13+
<ProductHeader
14+
productName="IAM troubleshooting"
15+
productLogo="iam"
16+
description="Discover how to solve the most common issues with Scaleway IAM."
17+
/>
18+
19+
## Featured Pages
20+
21+
<Grid>
22+
<DefaultCard
23+
title="IAM FAQ"
24+
description="General info on Scaleway IAM."
25+
url="/faq/iam/"
26+
label="See more"
27+
/>
28+
<DefaultCard
29+
title="Understanding Scaleway IAM"
30+
description="A detailed overview of IAM features."
31+
url="/iam/how-to/add-payment-method/"
32+
label="See more"
33+
/>
34+
<DefaultCard
35+
title="Understanding IAM Policies"
36+
description="Detailed information about IAM policies."
37+
url="/iam/reference-content/policy/"
38+
label="See more"
39+
/>
40+
</Grid>
41+
<Grid>
42+
<DefaultCard
43+
title="Using IAM API keys with Object Storage"
44+
description="This page explains how to use IAM API keys with Object Storage"
45+
url="/iam/api-cli/using-api-key-object-storage/"
46+
label="See more"
47+
/>
48+
<DefaultCard
49+
title="Permission sets reference"
50+
description="Explore how to define and manage permissions for access control."
51+
url="/iam/reference-content/permission-sets/"
52+
label="See more"
53+
/>
54+
</Grid>
55+
56+
## IAM troubleshooting pages
57+
58+
- [I am not allowed to perform actions on resources](/iam/troubleshooting/cannot-use-resources)

0 commit comments

Comments
 (0)