Skip to content

Commit

Permalink
Update docs/user/custom-resources/apirule/v2alpha1/04-10-apirule-cust…
Browse files Browse the repository at this point in the history
…om-resource.md

Co-authored-by: Natalia Sitko <[email protected]>
  • Loading branch information
barchw and nataliasitko authored Jul 15, 2024
1 parent 3dc06a1 commit 7c23e7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This table lists all parameters of APIRule `v2alpha1` CRD together with their de
| Field | Required | Description | Validation |
|:-------------------------------------------------|:---------:|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------|
| **gateway** | **YES** | Specifies the Istio Gateway. | None |
| **corsPolicy** | **NO** | Allows configuring CORS headers sent with the response. If **corsPolicy** is not defined, the CORS headers will be enforced to be empty. | None |
| **corsPolicy** | **NO** | Allows configuring CORS headers sent with the response. If **corsPolicy** is not defined, the CORS headers are enforced to be empty. | None |
| **corsPolicy.allowHeaders** | **NO** | Specifies headers allowed with the **Access-Control-Allow-Headers** CORS header. | None |
| **corsPolicy.allowMethods** | **NO** | Specifies methods allowed with the **Access-Control-Allow-Methods** CORS header. | None |
| **corsPolicy.allowOrigins** | **NO** | Specifies origins allowed with the **Access-Control-Allow-Origins** CORS header. | None |
Expand Down

0 comments on commit 7c23e7b

Please sign in to comment.