Skip to content

Commit 921b6e6

Browse files
fix(iam): review ro
1 parent e7e7a37 commit 921b6e6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

pages/iam/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The Common Expression Language (CEL) is used to define expressions in [condition
3838

3939
## Conditions
4040

41-
A condition is an additional layer of restrictions for your rule. You can allow access to specific user agents, IP addresses and on a given date or time. Conditions are defined through [CEL](#common-expression-language-cel) expressions, and can be set up and configured in the Scaleway console. Refer to the [Understanding policy conditions](/iam/reference-content/understanding-policy-conditions) documentation page to learn how they are set up and how you can define them.
41+
A condition is an additional layer of restrictions for your rule. You can allow access to specific user agents or IP addresses, or restrict to certain dates and times. Conditions are defined through [CEL](#common-expression-language-cel) expressions, and can be set up and configured in the Scaleway console. Refer to the [Understanding policy conditions](/iam/reference-content/understanding-policy-conditions) documentation page to learn how they are set up and how you can define them.
4242

4343
## Group
4444

pages/iam/how-to/create-policy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ An IAM [policy](/iam/reference-content/policy/) is used to define the permission
5050
7. Click **Validate** to continue.
5151
8. Choose the **permission sets** for the rule by selecting the required boxes. You can select as many permission sets as you like. The principal will have the rights defined in these permission sets within the scope you set in **step 6**. See our dedicated documentation for [more help with permission sets](/iam/reference-content/permission-sets/).
5252
9. Click **Validate**.
53-
10. (Optional) Click **+ Add new** to add one or more conditions. You can allow access to specific user agents, IP addresses and on a given date or time.
53+
10. (Optional) Click **+ Add new** to add one or more conditions. You can allow access to specific user agents or IP addresses, or restrict to certain dates and times.
5454
<Message type="tip">
5555
Refer to the [Understanding policy conditions](/iam/reference-content/understanding-policy-conditions) documentation page for more details about how to write condition expressions, as well as examples of conditions.
5656
</Message>

pages/iam/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Users you have invited to your Organization, and applications you have created,
7878
7. Click **Validate** to continue.
7979
8. Choose the **permission sets** for the rule by selecting the required boxes. You can select as many permission sets as you like. The principal will have the rights defined in these permission sets within the scope you set in **step 6**. See our dedicated documentation for [more help with permission sets](/iam/reference-content/permission-sets/).
8080
9. Click **Validate**.
81-
10. (Optional) Click **+ Add new** to add one or more conditions. You can allow access to specific user agents, IP addresses and on a given date or time.
81+
10. (Optional) Click **+ Add new** to add one or more conditions. You can allow access to specific user agents or IP addresses, or restrict to certain dates and times.
8282
<Message type="tip">
8383
Refer to the [Understanding policy conditions](/iam/reference-content/understanding-policy-conditions) documentation page for more details about how to write condition expressions, as well as examples of conditions.
8484
</Message>

pages/iam/reference-content/policy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ A permission set consists of one or multiple permissions to perform actions on r
5656

5757
### Conditions
5858

59-
A condition is an additional layer of restrictions for your rule. You can allow access to specific user agents, IP addresses and on a given date or time. Conditions are defined through [CEL](#common-expression-language-cel) expressions. In general, a condition expression consists of one or more statements that are joined by logical operators (`&&`, `||`, or `!`).
59+
A condition is an additional layer of restrictions for your rule. You can allow access to specific user agents or IP addresses, or restrict to certain dates and times. Conditions are defined through [CEL](#common-expression-language-cel) expressions. In general, a condition expression consists of one or more statements that are joined by logical operators (`&&`, `||`, or `!`).
6060

6161
Conditions can be set up and configured in the Scaleway console.
6262

pages/iam/reference-content/understanding-policy-conditions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn how to use policy conditions to fine-tune access control within Scaleway IAM.
88
tags: iam
99
dates:
10-
validation: 2024-03-03
10+
validation: 2025-03-03
1111
categories:
1212
- iam
1313
- console
@@ -59,7 +59,7 @@ Most commonly, operators are used to compare the value contained in a variable w
5959
For example, `==` is the operator in the following statement:
6060

6161
```
62-
request.time == "2024-03-03T14:30:00.000Z"
62+
request.time == "2025-03-03T14:30:00.000Z"
6363
```
6464

6565
Refer to the official [CEL syntax specification](https://github.com/google/cel-spec/blob/master/doc/langdef.md#syntax) for list of supported operators.

0 commit comments

Comments
 (0)