Skip to content

Commit 551bb75

Browse files
fix(iam): change enforce sr page
1 parent cb615b3 commit 551bb75

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

menu/navigation.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,6 @@
277277
"label": "Enforce multifactor authentication",
278278
"slug": "enforce-mfa"
279279
},
280-
{
281-
"label": "Enforce security requirements for IAM members",
282-
"slug": "enforce-security-requirements-members"
283-
},
284280
{
285281
"label": "Add resources to a Project",
286282
"slug": "add-resources-project"
@@ -357,6 +353,10 @@
357353
"label": "Manage members",
358354
"slug": "manage-members"
359355
},
356+
{
357+
"label": "Enforce security requirements for IAM members",
358+
"slug": "enforce-security-requirements-members"
359+
},
360360
{
361361
"label": "Create an application",
362362
"slug": "create-application"

pages/iam/concepts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Previously, an API key was associated with a single Scaleway [Project](#project)
3232

3333
With the introduction of IAM, an API key is now associated with an IAM [user](#user) or [application](#application). This allows fine-grained access to be defined for the IAM user bearing the API key across different Organizations, Projects, and resources.
3434

35+
## Grace Period
36+
37+
The grace period is the time an [IAM members](/iam/concepts#members) has to comply with the security requirements that are enforced in your Organization before their account is automatically locked. The accounts can be manually unlocked by an Owner or IAM Manager. Upon regaining access, the grace period resets, giving IAM members another chance to meet security requirements.
38+
3539
## Group
3640

3741
A group (also known as an IAM group) is a grouping of [users](#user) and/or [applications](#application). Creating groups allows you to attach [policies](#policy) to multiple users and/or applications at the same time.
File renamed without changes.

pages/organizations-and-projects/concepts.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ categories:
1616

1717
Each [Organization](#organization) has at least one associated [Project](#project). Upon account creation, this Project is called **default**. The [Project name can be changed](/organizations-and-projects/how-to/change-project-name/) later. The default Project takes on the Organization ID. Therefore, the default status cannot be transferred to other Projects.
1818

19-
## Grace Period
20-
21-
The grace period is the time an [IAM members](/iam/concepts#members) has to comply with the security requirements that are enforced in your Organization before their account is automatically locked. The accounts can be manually unlocked by an Owner or IAM Manager. Upon regaining access, the grace period resets, giving IAM members another chance to meet security requirements.
22-
2319
## Organization
2420

2521
An Organization is made of one or several [Projects](#project). When you create your Scaleway account, an Organization is automatically created, of which you are the Owner.

0 commit comments

Comments
 (0)