Skip to content

Commit 8cc1c70

Browse files
Apply suggestions from code review
Co-authored-by: Alan Dooley <[email protected]>
1 parent 26f109a commit 8cc1c70

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/nic/configuration/policy-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ condition:
180180
{{% /table %}}
181181
{{< note >}}
182182

183-
One condition of type `jwt` or `variables` is required. Only ony condition per Policy is supported.
183+
One condition of type `jwt` or `variables` is required. Each Policy supports only one condition.
184184

185185
{{< /note >}}
186186

@@ -221,7 +221,7 @@ The rate limit policy will only apply to requests that contain a JWT with the sp
221221

222222
### RateLimit.Condition.Variables
223223

224-
RateLimit.Condition.Variables defines a condition for a rate limit by NGINX variable. For example, here we define a condition for a rate limit policy that only applies to requests with the request method with a value `GET`:
224+
RateLimit.Condition.Variables defines a condition for a rate limit by NGINX variable. The following example defines a condition for a rate limit policy that only applies to requests with the request method with a value `GET`:
225225

226226
```yaml
227227
variables:

content/nic/releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ nd-docs: DOCS-616
1010

1111
30 Jun 2025
1212

13-
This release of NGINX Ingress Controller brings with it initial connectivity to the NGINX One Console! With this, you can now manage your NGINX instances that are part of the NGINX Ingress Controller.
13+
This NGINX Ingress Controller release brings initial connectivity to the NGINX One Console! You can now use NGINX One Console to manage NGINX instances that are part of your NGINX Ingress Controller cluster.
1414

15-
This release also brings with it the ability to perform Rate Limiting to your APIs based on a supplied NGINX variable and its value. With this capability, you now have more finer grained control over how frequently specific users access your resources.
15+
This release also includes the ability to configure Rate Limiting for your APIs based on a specific NGINX variable and its value. This allows you more granular control over how frequently specific users access your resources.
1616

1717
Lastly, in our previous release of v5.0.0, we removed support for Open Tracing. This release brings back this observability capability through native NGINX Open Telemetry Traces allowing you to monitor the internal traffic of your applications.
1818

0 commit comments

Comments
 (0)