From a6793b4f62919176ad0290d3b9a6470d5d28f877 Mon Sep 17 00:00:00 2001 From: lbroudoux Date: Thu, 30 Aug 2018 18:16:17 +0200 Subject: [PATCH] Adding documentation on CORS policy support --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 57d396c..f949760 100644 --- a/README.md +++ b/README.md @@ -447,6 +447,17 @@ Defines the 3scale Private Base URL. - **Default value:** `://` - **Example:** `http://mybackend.acme.corp:8080` +### `threescale_cicd_apicast_policies_cors` + +Allows to enable the CORS policy onto APICast gateway. In case your API should support cross-origin +and browser based invocations and you do not have included the `OPTIONS` verb on correct path into +your OpenAPI Specification file... + +- **Syntax:** boolean `yes` or `no` +- **Required:** no +- **Default value:** `no` +- **Example:** `yes` if you want to activate CORS policy on APICast + ### `threescale_cicd_openapi_smoketest_operation` Defines the OpenAPI Specification method to use for smoke tests.