From b6d7903a8ab2642c1c093bc70752e11fae568e6f Mon Sep 17 00:00:00 2001 From: Cristiano Hoshikawa Date: Fri, 19 Jan 2024 16:15:53 -0300 Subject: [PATCH] First Commit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8754802..0b1daea 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ To create an automation to: - OCI API Gateway authorization function cannot read Transformations (HEADER, QUERY, BODY) - OCI API Gateway authorization function cannot obtain the deployment_id, route path and gateway_id while the function is running +- OCI API Gateway Authorization Function with **IDCS OAuth2** validation has the limitation to 60/90 requests/second but can uses the OCI API Gateway **cache** on HEADER **token**. If you are thinking use the token cache to pass authentication, remember that the Authorization function has the Swagger/OpenAPI validation too, so the validation will not occur. The routine will bypass the validation because of the OCI API Gateway cache. **These services (createApi, deployApi and applyValidationApi)**