Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging to release-5.6: Docs Fixes (#5735) #5739

Draft
wants to merge 1 commit into
base: release-5.6
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ There are three different levels of granularity that can be used when configurin

### Applying a size limit for a specific API

The API-level rate limit has not yet been implemented for Tyk OAS APIs.
The API-level size limit has not yet been implemented for Tyk OAS APIs.

<<<<<<< HEAD
You can work around this by implementing a combination of endpoint-level rate limits and [allow]({{< ref "advanced-configuration/transform-traffic/endpoint-designer#allowlist" >}}) or [block]({{< ref "advanced-configuration/transform-traffic/endpoint-designer#blocklist" >}}) lists.
=======
You can work around this by implementing a combination of endpoint-level size limits and [allow]({{< ref "product-stack/tyk-gateway/middleware/allow-list-tyk-oas#configuring-the-allow-list-in-the-tyk-oas-api-definition" >}}) or [block]({{< ref "product-stack/tyk-gateway/middleware/block-list-tyk-oas#configuring-the-block-list-in-the-api-designer" >}}) lists.
>>>>>>> ae78da0f1... Docs Fixes (#5735)

### Applying a size limit for a specific endpoint

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ Added [FIPS compliance]({{< ref "developer-support/special-releases-and-features

<li>
<details>
<summary>Corrected ordering of OAS API paths to prevent middleware misapplication</summary>
<summary>Corrected ordering of Tyk OAS API paths to prevent middleware misapplication</summary>

Fixed an issue where nested API endpoints, such as '/test' and '/test/abc', might incorrectly apply middleware from the
parent path to the nested path. The fix ensures that API endpoint definitions are correctly ordered, preventing this
Expand Down Expand Up @@ -1818,7 +1818,7 @@ vulnerabilities:
</li>
</ul>

## <!-- Required. use 3 hyphens --- between release notes of every patch (minors will be on a separate page) -->
<!-- Required. use 3 hyphens --- between release notes of every patch (minors will be on a separate page) -->

<!--
Repeat the release notes section above for every patch here
Expand Down
Loading