Skip to content

Commit

Permalink
Merge pull request #8814 from PasanT9/policy-410-new
Browse files Browse the repository at this point in the history
[4.1.0] Add not supported sequence warning
  • Loading branch information
ashera96 authored Nov 12, 2024
2 parents 1dac7d5 + 230a56f commit 16d2225
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions en/docs/design/api-policies/create-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Listed below are two ways of creating a new policy. Depending on whether you nee
* Creating a **Common Policy**
* Creating an **API Specific Policy**

!!! warning
When creating custom policies, please note that certain mediators cannot be used within these policies as they are not supported by the API Gateway. Specifically, the following mediators are not supported:

- `Call` mediator in non-blocking mode
- `Send` mediator

## Creating a Common Policy

A common policy is a globally maintained policy and you can easily utilize this policy at the operation level of any desired API. Note that these policies are not bound to any API and they are merely templates that you can easily use. Now let’s see how you can create such a policy. Follow the instructions below to create a new common policy.
Expand Down

0 comments on commit 16d2225

Please sign in to comment.