From 44fabfe1acb7e4024f6da7240ca2caac43a5d511 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 18 Jan 2024 08:07:11 +0100 Subject: [PATCH 001/252] chore(docs): update Secure API Gateway documentation --- .../secure-api-gateway/10_overview.md | 6 +++--- .../secure-api-gateway/20_configuration.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/runtime_suite_applications/secure-api-gateway/10_overview.md b/docs/runtime_suite_applications/secure-api-gateway/10_overview.md index 6d96e79a2f..82fce1f9b4 100644 --- a/docs/runtime_suite_applications/secure-api-gateway/10_overview.md +++ b/docs/runtime_suite_applications/secure-api-gateway/10_overview.md @@ -14,7 +14,7 @@ This application allows you to setup all the microservices and endpoints to enab ## Authorization Service -The [authorization-service](../../runtime_suite/authorization-service/overview) is added (if it does not already exist) in order to manage the [authorization flow](../../console/project-configuration/authorization-flow). It is created with a standard configuration, with `USERINFO_URL` pointing to the `auth0-client` service. +The [authorization-service](/runtime_suite/authorization-service/overview) is added (if it does not already exist) in order to manage the [authorization flow](/console/project-configuration/authorization-flow). It is created with a standard configuration, with `USERINFO_URL` pointing to the `auth0-client` service. ## API Gateway @@ -22,7 +22,7 @@ The API Gateway is the microservice responsible for: - routing requests to the correct service inside Kubernetes; - verify the need of authentication and orchestrate the conversation with Auth service. -For further details you can refers to the [dedicated documentation](../../runtime_suite/api-gateway/overview). +For further details you can refers to the [dedicated documentation](/runtime_suite/api-gateway/overview). ## Oauth Login Site @@ -34,7 +34,7 @@ This microservice will be responsible for the authentication part of the process ## Auth0 Client -The [auth0-client](../../runtime_suite/auth0-client/overview_and_usage) is added (if it does not already exist) in order to handle authentication and user management using Auth0 as identity provider. +The [auth0-client](/runtime_suite/auth0-client/overview_and_usage) is added (if it does not already exist) in order to handle authentication and user management using Auth0 as identity provider. ### Endpoints diff --git a/docs/runtime_suite_applications/secure-api-gateway/20_configuration.md b/docs/runtime_suite_applications/secure-api-gateway/20_configuration.md index 2ca8bfb95e..cfaccc399c 100644 --- a/docs/runtime_suite_applications/secure-api-gateway/20_configuration.md +++ b/docs/runtime_suite_applications/secure-api-gateway/20_configuration.md @@ -170,7 +170,7 @@ Open the file **auth.json** and write the following configuration: ### Tenant -Configure your Auth0 tenant following the [dedicated documentation](../../runtime_suite/auth0-client/configure_auth0). +Configure your Auth0 tenant following the [dedicated documentation](/runtime_suite/auth0-client/configure_auth0). ### Auth0 Client @@ -198,6 +198,6 @@ Set the value for the following environment variables, used by the Auth0 client For further configuration on microservices included in the application you can refer to the dedicated documentation: -- [Authorization Service](../../runtime_suite/authorization-service/configuration) -- [Oauth Login Site](../../runtime_suite_applications/dev_portal/authentication_configuration#configure-login-site) -- [Auth0 Client](../../runtime_suite/auth0-client/configuration) +- [Authorization Service](/runtime_suite/authorization-service/configuration) +- [Oauth Login Site](/runtime_suite_applications/dev_portal/authentication_configuration#configure-login-site) +- [Auth0 Client](/runtime_suite/auth0-client/configuration) From 1e543871fb9ef2c235ecabf2fe0c108d48d6921b Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 18 Jan 2024 17:30:24 +0100 Subject: [PATCH 002/252] chore(docs): update Secure API Gateway documentation --- .../secure-api-gateway/10_overview.md | 6 +++--- .../secure-api-gateway/20_configuration.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/runtime_suite_applications/secure-api-gateway/10_overview.md b/docs/runtime_suite_applications/secure-api-gateway/10_overview.md index 82fce1f9b4..7add67c033 100644 --- a/docs/runtime_suite_applications/secure-api-gateway/10_overview.md +++ b/docs/runtime_suite_applications/secure-api-gateway/10_overview.md @@ -14,7 +14,7 @@ This application allows you to setup all the microservices and endpoints to enab ## Authorization Service -The [authorization-service](/runtime_suite/authorization-service/overview) is added (if it does not already exist) in order to manage the [authorization flow](/console/project-configuration/authorization-flow). It is created with a standard configuration, with `USERINFO_URL` pointing to the `auth0-client` service. +The [authorization-service](runtime_suite/authorization-service/overview) is added (if it does not already exist) in order to manage the [authorization flow](console/project-configuration/authorization-flow). It is created with a standard configuration, with `USERINFO_URL` pointing to the `auth0-client` service. ## API Gateway @@ -22,7 +22,7 @@ The API Gateway is the microservice responsible for: - routing requests to the correct service inside Kubernetes; - verify the need of authentication and orchestrate the conversation with Auth service. -For further details you can refers to the [dedicated documentation](/runtime_suite/api-gateway/overview). +For further details you can refers to the [dedicated documentation](runtime_suite/api-gateway/overview). ## Oauth Login Site @@ -34,7 +34,7 @@ This microservice will be responsible for the authentication part of the process ## Auth0 Client -The [auth0-client](/runtime_suite/auth0-client/overview_and_usage) is added (if it does not already exist) in order to handle authentication and user management using Auth0 as identity provider. +The [auth0-client](runtime_suite/auth0-client/overview_and_usage) is added (if it does not already exist) in order to handle authentication and user management using Auth0 as identity provider. ### Endpoints diff --git a/docs/runtime_suite_applications/secure-api-gateway/20_configuration.md b/docs/runtime_suite_applications/secure-api-gateway/20_configuration.md index cfaccc399c..32d7137302 100644 --- a/docs/runtime_suite_applications/secure-api-gateway/20_configuration.md +++ b/docs/runtime_suite_applications/secure-api-gateway/20_configuration.md @@ -170,7 +170,7 @@ Open the file **auth.json** and write the following configuration: ### Tenant -Configure your Auth0 tenant following the [dedicated documentation](/runtime_suite/auth0-client/configure_auth0). +Configure your Auth0 tenant following the [dedicated documentation](runtime_suite/auth0-client/configure_auth0). ### Auth0 Client @@ -198,6 +198,6 @@ Set the value for the following environment variables, used by the Auth0 client For further configuration on microservices included in the application you can refer to the dedicated documentation: -- [Authorization Service](/runtime_suite/authorization-service/configuration) -- [Oauth Login Site](/runtime_suite_applications/dev_portal/authentication_configuration#configure-login-site) -- [Auth0 Client](/runtime_suite/auth0-client/configuration) +- [Authorization Service](runtime_suite/authorization-service/configuration) +- [Oauth Login Site](runtime_suite_applications/dev_portal/authentication_configuration#configure-login-site) +- [Auth0 Client](runtime_suite/auth0-client/configuration) From 29cd1e7aa637490fb09fdac26779cb857fbc2d20 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 19 Jan 2024 09:36:05 +0100 Subject: [PATCH 003/252] chore(docs): update Secure API Gateway documentation From 88ed229b014bd9b48797aae07ffc4d214c42de73 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 19 Jan 2024 11:28:28 +0100 Subject: [PATCH 004/252] chore(docs): update Secure API Gateway documentation --- .../secure-api-gateway/10_overview.md | 45 +++++++++++++++---- .../secure-api-gateway/20_configuration.md | 8 ++-- 2 files changed, 41 insertions(+), 12 deletions(-) diff --git a/docs/runtime_suite_applications/secure-api-gateway/10_overview.md b/docs/runtime_suite_applications/secure-api-gateway/10_overview.md index 7add67c033..43d42ed44f 100644 --- a/docs/runtime_suite_applications/secure-api-gateway/10_overview.md +++ b/docs/runtime_suite_applications/secure-api-gateway/10_overview.md @@ -1,6 +1,6 @@ --- id: overview -title: Overview +title: Introduction sidebar_label: Overview --- @@ -10,40 +10,69 @@ DO NOT MODIFY IT BY HAND. Instead, modify the source file and run the aggregator to regenerate this file. --> -This application allows you to setup all the microservices and endpoints to enable front-end authorization with Auth0. +The **Secure Api Gateway** is an application that allow you to set up all the microservices and enpoints to enable an authorization flow using Auth0 or other external IDP. +The application contains the following **microservices**: + +- `Authorization Service` +- `API Gateway` +- `Auth0 Client` +- `OAuth Login Site` + +Moreover the application adds the following **endpoints**: + +- `/web-loging` +- `/authorize` +- `/oauth/token` +- `/user-info` +- `/logout` + +and the following **public variables**: + +- `AUTH0_NAMESPACE` +- `AUTH0_CALLBACK_URL` + +To have a deeper understandin on how to use the **Secure API Gateway** application to secure a [Microfrontend Composer] application with Auth0 as external provider check our [detailed tutorial](../../microfrontend-composer/tutorials/auth0-integration). + +To have an overview on how to use the **Secure API Gateway** application to secure an application in a scenario where you still have an external Identity Provider (IdP) but the token used by the client is produced within your project so that you can manage the user groups within your project using a dedicated CRUD collection read the [dedicated tutorial](../../microfrontend-composer/tutorials/auth0-integration). + +# Components Overview ## Authorization Service -The [authorization-service](runtime_suite/authorization-service/overview) is added (if it does not already exist) in order to manage the [authorization flow](console/project-configuration/authorization-flow). It is created with a standard configuration, with `USERINFO_URL` pointing to the `auth0-client` service. +The [authorization-service](../../runtime_suite/authorization-service/overview) is added by the application if it does not already exist. +The **authorizatin-service** is used to manage the [authorization flow](../../console/project-configuration/authorization-flow). It is created with a standard configuration, with `USERINFO_URL` pointing to the `auth0-client` service. + +To have a complete overview of all the possible configurations for the **authorization-service** read the [dedicated documentation page](../../runtime_suite/authorization-service/configuration). ## API Gateway The API Gateway is the microservice responsible for: + - routing requests to the correct service inside Kubernetes; - verify the need of authentication and orchestrate the conversation with Auth service. -For further details you can refers to the [dedicated documentation](runtime_suite/api-gateway/overview). +For further details you can refers to the [dedicated documentation](../../runtime_suite/api-gateway/overview). ## Oauth Login Site This microservice will be responsible for the authentication part of the process, allowing the user to insert his/her credentials and proceed with the login process. -### Endpoints +With the _oauth-login-site_ microservice the following endpoints are added to your project: - `/web-login` ## Auth0 Client -The [auth0-client](runtime_suite/auth0-client/overview_and_usage) is added (if it does not already exist) in order to handle authentication and user management using Auth0 as identity provider. +The [auth0-client](../../runtime_suite/auth0-client/overview_and_usage) is added if it does not already exist in order to handle authentication and user management using Auth0 as identity provider. -### Endpoints +With the _oauth-client_ microservice the following endpoints are added to your project: - `/authorize` - `/oauth/token` - `/userinfo` - `/logout` -### Public Variables +## Public Variables - `AUTH0_NAMESPACE`: name of the namespace of Auth0 tenant, - `AUTH0_CALLBACK_URL`: a URL to which Auth0 redirects the user at the end of the authentication process. Its value should be `https://{{HOST}}/web-login/callback`. diff --git a/docs/runtime_suite_applications/secure-api-gateway/20_configuration.md b/docs/runtime_suite_applications/secure-api-gateway/20_configuration.md index 32d7137302..34ba5a8ffe 100644 --- a/docs/runtime_suite_applications/secure-api-gateway/20_configuration.md +++ b/docs/runtime_suite_applications/secure-api-gateway/20_configuration.md @@ -170,7 +170,7 @@ Open the file **auth.json** and write the following configuration: ### Tenant -Configure your Auth0 tenant following the [dedicated documentation](runtime_suite/auth0-client/configure_auth0). +Configure your Auth0 tenant following the [dedicated documentation](../../runtime_suite/auth0-client/configure_auth0). ### Auth0 Client @@ -198,6 +198,6 @@ Set the value for the following environment variables, used by the Auth0 client For further configuration on microservices included in the application you can refer to the dedicated documentation: -- [Authorization Service](runtime_suite/authorization-service/configuration) -- [Oauth Login Site](runtime_suite_applications/dev_portal/authentication_configuration#configure-login-site) -- [Auth0 Client](runtime_suite/auth0-client/configuration) +- [Authorization Service](../../runtime_suite/authorization-service/configuration) +- [Oauth Login Site](../dev_portal/authentication_configuration#configure-login-site) +- [Auth0 Client](../../runtime_suite/auth0-client/configuration) From 0afce95a02374384b8f010b529aa8bc7290ee4a0 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 19 Jan 2024 12:09:28 +0100 Subject: [PATCH 005/252] chore(docs): update Secure API Gateway documentation From b0e2fabcc5a7f13d5c364c68333ab13f2a66046a Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 22 Jan 2024 08:05:15 +0100 Subject: [PATCH 006/252] chore(docs): update Secure API Gateway documentation From 45fe6807badef5d6f2ab5b15bb28d539a3b20a20 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 22 Jan 2024 14:55:19 +0100 Subject: [PATCH 007/252] chore(docs): update Secure API Gateway documentation From c6ad9907f8ac5c217a2056b7d7e68c80eb2e1feb Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 23 Jan 2024 08:05:51 +0100 Subject: [PATCH 008/252] chore(docs): update Secure API Gateway documentation From 31f619de1a2608ae9bf0a4451d3186e5d947ffc9 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 23 Jan 2024 10:24:48 +0100 Subject: [PATCH 009/252] chore(docs): update Secure API Gateway documentation From a1fccdadf3c64902946493f2188a95fd9c4ab52b Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 23 Jan 2024 14:10:30 +0100 Subject: [PATCH 010/252] chore(docs): update Secure API Gateway documentation From 244805bbb4a2ca22ea34788b2a7b53c9cca47164 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 24 Jan 2024 08:06:19 +0100 Subject: [PATCH 011/252] chore(docs): update Secure API Gateway documentation From f4822ec354abc6be84c321e8a2989197bb6c1385 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 25 Jan 2024 08:06:28 +0100 Subject: [PATCH 012/252] chore(docs): update Secure API Gateway documentation From fc065bd289065c888d0d653e0ef71db72c37ec44 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 26 Jan 2024 08:05:45 +0100 Subject: [PATCH 013/252] chore(docs): update Secure API Gateway documentation From 7036b037701413e0fff6ddc28c3614dee5416940 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 29 Jan 2024 08:05:56 +0100 Subject: [PATCH 014/252] chore(docs): update Secure API Gateway documentation From ad91bc40926e70114ce762921470158869031ab9 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 30 Jan 2024 08:05:38 +0100 Subject: [PATCH 015/252] chore(docs): update Secure API Gateway documentation From 054246eaaa53f83c271b9cc5356dc7134bdc7995 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 31 Jan 2024 08:05:29 +0100 Subject: [PATCH 016/252] chore(docs): update Secure API Gateway documentation From 00318dcf29c0bdf54065184b230d62e8e7004601 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 31 Jan 2024 12:11:06 +0100 Subject: [PATCH 017/252] chore(docs): update Secure API Gateway documentation From 1d8e87fb83d4f9a62d30b3a78b18b9e6a9ea2bd5 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 1 Feb 2024 08:05:32 +0100 Subject: [PATCH 018/252] chore(docs): update Secure API Gateway documentation From 67795da178164ab20b0d2fc41d057462e7790097 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 6 Feb 2024 16:55:48 +0100 Subject: [PATCH 019/252] chore(docs): update Secure API Gateway documentation From f02fa0f731097636724248f34583ac23dfd17874 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 7 Feb 2024 08:05:54 +0100 Subject: [PATCH 020/252] chore(docs): update Secure API Gateway documentation From bc3216d7076df7c8ba5a0f97e436d777900f1447 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 7 Feb 2024 17:27:08 +0100 Subject: [PATCH 021/252] chore(docs): update Secure API Gateway documentation From 6715f47a9dc8f3ab0c30aac8c64ac6164ba0a826 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 7 Feb 2024 17:34:17 +0100 Subject: [PATCH 022/252] chore(docs): update Secure API Gateway documentation From 87a092222e68fa35c922d5d1ea688ff37c07da23 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 8 Feb 2024 08:06:00 +0100 Subject: [PATCH 023/252] chore(docs): update Secure API Gateway documentation From e0dc6934c0fe2ad8ec47b6d91601270de1b2d189 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 22 Feb 2024 10:27:34 +0100 Subject: [PATCH 024/252] chore(docs): update Secure API Gateway documentation From 6056ea3dd84814be916738d5c655210e88cdeb84 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 26 Feb 2024 17:54:50 +0100 Subject: [PATCH 025/252] chore(docs): update Secure API Gateway documentation From 0a37e1b591e4ce300ddb5bf891f0e7af74469cda Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 27 Feb 2024 08:06:08 +0100 Subject: [PATCH 026/252] chore(docs): update Secure API Gateway documentation From c4cc35bd2e8551de6c3ebd5db5a4bd387b8e5422 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 28 Feb 2024 08:09:23 +0100 Subject: [PATCH 027/252] chore(docs): update Secure API Gateway documentation From 54a0ae0a80669e7679ff012f7c92fdd3b0c28a4e Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 28 Feb 2024 12:53:31 +0100 Subject: [PATCH 028/252] chore(docs): update Secure API Gateway documentation From 639a987b151745055a7e7d23b74bb83309477636 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 29 Feb 2024 08:06:40 +0100 Subject: [PATCH 029/252] chore(docs): update Secure API Gateway documentation From 53d85bf45963c2aafc0aa2c453c9887cf9e0e790 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 1 Mar 2024 14:23:16 +0100 Subject: [PATCH 030/252] chore(docs): update Secure API Gateway documentation From 6c4627acdf78d12d41089cabf25796f0a922328b Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 4 Mar 2024 11:17:08 +0100 Subject: [PATCH 031/252] chore(docs): update Secure API Gateway documentation From 8bdb05818b4b869aa064c31939c0a03f0a6ef496 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 4 Mar 2024 11:26:40 +0100 Subject: [PATCH 032/252] chore(docs): update Secure API Gateway documentation From ac28af1131cd02f33463f3cf26567f9f1be3deef Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 5 Mar 2024 08:09:45 +0100 Subject: [PATCH 033/252] chore(docs): update Secure API Gateway documentation From 4807e802300b4cf35c6793c3effc6790a4d18d68 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 5 Mar 2024 11:15:21 +0100 Subject: [PATCH 034/252] chore(docs): update Secure API Gateway documentation From 82d71c8fd7511b8b4c257fdbd159a822c88d21b0 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 5 Mar 2024 11:38:34 +0100 Subject: [PATCH 035/252] chore(docs): update Secure API Gateway documentation From 4bd35cbc6d5739cf1f1e70f629b785ab7ef6ba57 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 6 Mar 2024 08:09:44 +0100 Subject: [PATCH 036/252] chore(docs): update Secure API Gateway documentation From 8f8ef0e3c1e9f493ee905ac8754a05009368048b Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 7 Mar 2024 08:09:34 +0100 Subject: [PATCH 037/252] chore(docs): update Secure API Gateway documentation From 5dce632d9ca6fffb2a8019f7ab144702660e27ee Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 11 Mar 2024 08:12:08 +0100 Subject: [PATCH 038/252] chore(docs): update Secure API Gateway documentation From 2b3c517425e55f9ce39e4c84b12f431bc3b4fd96 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 11 Mar 2024 09:46:18 +0100 Subject: [PATCH 039/252] chore(docs): update Secure API Gateway documentation From 592e0d7cbf217cf59a27198a67a1b70474a30da5 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 12 Mar 2024 15:33:10 +0100 Subject: [PATCH 040/252] chore(docs): update Secure API Gateway documentation From b36242dc7e765f9c5434b7c5366f869a8d97a7df Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 12 Mar 2024 15:34:53 +0100 Subject: [PATCH 041/252] chore(docs): update Secure API Gateway documentation From 2028aa53c764e4163b4501ef2f30b25796ec9734 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 12 Mar 2024 15:36:43 +0100 Subject: [PATCH 042/252] chore(docs): update Secure API Gateway documentation From 8f71c751331447d17e4eff15c31cd9a08ee5c8b9 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 12 Mar 2024 18:26:54 +0100 Subject: [PATCH 043/252] chore(docs): update Secure API Gateway documentation From c2c7f33da91034bc099ea668d7a7feba8299ee85 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 13 Mar 2024 08:02:03 +0100 Subject: [PATCH 044/252] chore(docs): update Secure API Gateway documentation From d4a33ca9670c2522c8c04f292cdb367b79f403cb Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 14 Mar 2024 08:02:02 +0100 Subject: [PATCH 045/252] chore(docs): update Secure API Gateway documentation From 9248a2bf46aaed3355c8b6e58b7b4c23c1fe4e35 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 14 Mar 2024 12:23:25 +0100 Subject: [PATCH 046/252] chore(docs): update Secure API Gateway documentation From 71a11d89a55648e00db370d04aaac1e300ff8627 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 15 Mar 2024 08:01:38 +0100 Subject: [PATCH 047/252] chore(docs): update Secure API Gateway documentation From d286bec6918441973d2543e31a4787a6014f8128 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 18 Mar 2024 08:01:33 +0100 Subject: [PATCH 048/252] chore(docs): update Secure API Gateway documentation From 34ac7cde51b9bbbb1190e5384fce8d2cfe02c859 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 19 Mar 2024 08:02:09 +0100 Subject: [PATCH 049/252] chore(docs): update Secure API Gateway documentation From e30b56c7d617dd304cf0ca207cf15abe2533efb4 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 20 Mar 2024 08:02:03 +0100 Subject: [PATCH 050/252] chore(docs): update Secure API Gateway documentation From 631d717e0468091c20d336013d86d3e42d0eb270 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 21 Mar 2024 08:02:12 +0100 Subject: [PATCH 051/252] chore(docs): update Secure API Gateway documentation From 2a5c1634d334e60ed2c50975779ce4bd41dc8d8c Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 22 Mar 2024 08:02:24 +0100 Subject: [PATCH 052/252] chore(docs): update Secure API Gateway documentation From a92b9ba16dd7124ac0c76023b217957dfaa7b7b9 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 25 Mar 2024 08:02:18 +0100 Subject: [PATCH 053/252] chore(docs): update Secure API Gateway documentation From 45db73fe576b155dbb7d4880101c0fd180a1fc30 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 26 Mar 2024 08:02:26 +0100 Subject: [PATCH 054/252] chore(docs): update Secure API Gateway documentation From cca23392193b454e72296079a9e305492788034f Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 27 Mar 2024 08:02:01 +0100 Subject: [PATCH 055/252] chore(docs): update Secure API Gateway documentation From e946927370249a7e5bf0a5a4d6b147a9024d83ed Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 28 Mar 2024 08:02:14 +0100 Subject: [PATCH 056/252] chore(docs): update Secure API Gateway documentation From 04f5dafcfc54635a10a64ce15db833b45d1f348b Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 29 Mar 2024 08:01:58 +0100 Subject: [PATCH 057/252] chore(docs): update Secure API Gateway documentation From 3374e99c39e7955cd72745499daa961924b42897 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 1 Apr 2024 09:01:30 +0200 Subject: [PATCH 058/252] chore(docs): update Secure API Gateway documentation From efa0ac7e58cf682e795e8f461e971ae2a5644f26 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 2 Apr 2024 09:01:31 +0200 Subject: [PATCH 059/252] chore(docs): update Secure API Gateway documentation From 63b29ab22cfa359c10f281e368a47af6c09e1199 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 3 Apr 2024 09:01:37 +0200 Subject: [PATCH 060/252] chore(docs): update Secure API Gateway documentation From 18f73635af23fac866f5cbd316e6b23f2bb15d1d Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 4 Apr 2024 09:01:31 +0200 Subject: [PATCH 061/252] chore(docs): update Secure API Gateway documentation From 13f14aef48ca4bbeb4a8654bb7015b2fa0bae000 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 5 Apr 2024 09:01:32 +0200 Subject: [PATCH 062/252] chore(docs): update Secure API Gateway documentation From 5aa2bd06bf66e56dac9aa0dc072041fbddb929ce Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 8 Apr 2024 09:01:33 +0200 Subject: [PATCH 063/252] chore(docs): update Secure API Gateway documentation From 6fbd4ae55c9fdbfabf6892f07d872ef85e8a420e Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 9 Apr 2024 09:01:35 +0200 Subject: [PATCH 064/252] chore(docs): update Secure API Gateway documentation From 69d46d789b6d5af4f6cb1c2bc7595387bb71135a Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 10 Apr 2024 09:01:31 +0200 Subject: [PATCH 065/252] chore(docs): update Secure API Gateway documentation From 78477de7dc0abc427135e48c7e681cf7cae91082 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 11 Apr 2024 09:01:38 +0200 Subject: [PATCH 066/252] chore(docs): update Secure API Gateway documentation From 4f2d1b6e94b47aa9449ed55f289b83447138b413 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 12 Apr 2024 09:01:37 +0200 Subject: [PATCH 067/252] chore(docs): update Secure API Gateway documentation From 12b3ca989ea79d1aca480951eb6415c7b6b85dc1 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 15 Apr 2024 09:01:34 +0200 Subject: [PATCH 068/252] chore(docs): update Secure API Gateway documentation From 3bae35663db84e6c88d67dd98d589dfaaec6b886 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 16 Apr 2024 09:01:31 +0200 Subject: [PATCH 069/252] chore(docs): update Secure API Gateway documentation From b90e6045b3f51c5d7e223da5d531a811fdbad843 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 17 Apr 2024 09:01:35 +0200 Subject: [PATCH 070/252] chore(docs): update Secure API Gateway documentation From 7d6c72ef7827b447581855a15e1e1ea9b9a8ee41 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 18 Apr 2024 09:01:39 +0200 Subject: [PATCH 071/252] chore(docs): update Secure API Gateway documentation From a936ed6a8e0f205faae0b9b3fed276782da20c33 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 19 Apr 2024 09:01:39 +0200 Subject: [PATCH 072/252] chore(docs): update Secure API Gateway documentation From a444d55a8e4508eda9aa8d7e22d4eb515610ad49 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 22 Apr 2024 09:01:39 +0200 Subject: [PATCH 073/252] chore(docs): update Secure API Gateway documentation From d10dfb0bb0b057e88e972a35053a00dccbfc6bbf Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 23 Apr 2024 09:01:35 +0200 Subject: [PATCH 074/252] chore(docs): update Secure API Gateway documentation From 9594d8d3f17eaf4b392879f709d35955e6e2f3c4 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 24 Apr 2024 09:01:34 +0200 Subject: [PATCH 075/252] chore(docs): update Secure API Gateway documentation From 5a66f44064164853b244c4a65a317b450be35681 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 25 Apr 2024 09:01:34 +0200 Subject: [PATCH 076/252] chore(docs): update Secure API Gateway documentation From 3f8475ae0e1f832d735f2fce4089fe2b7ffc1bd5 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 26 Apr 2024 09:01:31 +0200 Subject: [PATCH 077/252] chore(docs): update Secure API Gateway documentation From a06952ccbc2c3b874fa45bfce14bcbf2ac9b4643 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 29 Apr 2024 09:01:35 +0200 Subject: [PATCH 078/252] chore(docs): update Secure API Gateway documentation From a411e1a446b53bb58b534e5eb6e224d880007534 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 29 Apr 2024 14:36:40 +0200 Subject: [PATCH 079/252] chore(docs): update Secure API Gateway documentation From b26ca38a0911e11b6792fe20c753d96b1935fe20 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 30 Apr 2024 09:01:33 +0200 Subject: [PATCH 080/252] chore(docs): update Secure API Gateway documentation From d14836347fc804a9e675fa0a35c09dad412b3ac8 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 1 May 2024 09:01:32 +0200 Subject: [PATCH 081/252] chore(docs): update Secure API Gateway documentation From 4fa4e3a8cda927712b4c8b5e87c2cf77d0bc9ba2 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 2 May 2024 09:01:41 +0200 Subject: [PATCH 082/252] chore(docs): update Secure API Gateway documentation From af249d7a352ec6cb224302743eb806d6392eb784 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 3 May 2024 09:01:43 +0200 Subject: [PATCH 083/252] chore(docs): update Secure API Gateway documentation From 399fd6e0f129c4013c9230ef457a053e59e1bb0e Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 6 May 2024 09:01:33 +0200 Subject: [PATCH 084/252] chore(docs): update Secure API Gateway documentation From b586f24b0726c82f5a4050cbb1f02708896df3aa Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 7 May 2024 09:01:36 +0200 Subject: [PATCH 085/252] chore(docs): update Secure API Gateway documentation From 25490fa874e9fb2d0c2a1f1f292b4bd5cfb928af Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 8 May 2024 09:01:40 +0200 Subject: [PATCH 086/252] chore(docs): update Secure API Gateway documentation From 32cf54b2d2e8787186c6f0a55aac68adf5f26eb3 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 8 May 2024 11:59:32 +0200 Subject: [PATCH 087/252] chore(docs): update Secure API Gateway documentation From ed9dd7280bed0fad3b1f22c421be486ec69dc887 Mon Sep 17 00:00:00 2001 From: Daniele Bissoli Date: Wed, 8 May 2024 15:04:38 +0200 Subject: [PATCH 088/252] Apply suggestions from code review --- .../secure-api-gateway/10_overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/runtime_suite_applications/secure-api-gateway/10_overview.md b/docs/runtime_suite_applications/secure-api-gateway/10_overview.md index c9f00e1c4e..3c92edd750 100644 --- a/docs/runtime_suite_applications/secure-api-gateway/10_overview.md +++ b/docs/runtime_suite_applications/secure-api-gateway/10_overview.md @@ -10,7 +10,7 @@ DO NOT MODIFY IT BY HAND. Instead, modify the source file and run the aggregator to regenerate this file. --> -The **Secure Api Gateway** is an application that allow you to set up all the microservices and enpoints to enable an authorization flow using Auth0 or other external IDP. +The **Secure Api Gateway** is an application that allow you to set up all the microservices and endpoints to enable an authorization flow using Auth0 or other external IDP. The application contains the following **microservices**: - `Authorization Service` @@ -40,7 +40,7 @@ To have an overview on how to use the **Secure API Gateway** application to secu ## Authorization Service The [authorization-service](../../runtime_suite/authorization-service/overview) is added by the application if it does not already exist. -The **authorizatin-service** is used to manage the [authorization flow](../../console/project-configuration/authorization-flow). It is created with a standard configuration, with `USERINFO_URL` pointing to the `auth0-client` service. +The **authorization-service** is used to manage the [authorization flow](../../console/project-configuration/authorization-flow). It is created with a standard configuration, with `USERINFO_URL` pointing to the `auth0-client` service. To have a complete overview of all the possible configurations for the **authorization-service** read the [dedicated documentation page](../../runtime_suite/authorization-service/configuration). From ef8c10a991d78c1f1dc4285cc7b643d9c1f9052f Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 8 May 2024 15:08:27 +0200 Subject: [PATCH 089/252] chore(docs): update Secure API Gateway documentation --- .../secure-api-gateway/10_overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/runtime_suite_applications/secure-api-gateway/10_overview.md b/docs/runtime_suite_applications/secure-api-gateway/10_overview.md index 3c92edd750..43d42ed44f 100644 --- a/docs/runtime_suite_applications/secure-api-gateway/10_overview.md +++ b/docs/runtime_suite_applications/secure-api-gateway/10_overview.md @@ -10,7 +10,7 @@ DO NOT MODIFY IT BY HAND. Instead, modify the source file and run the aggregator to regenerate this file. --> -The **Secure Api Gateway** is an application that allow you to set up all the microservices and endpoints to enable an authorization flow using Auth0 or other external IDP. +The **Secure Api Gateway** is an application that allow you to set up all the microservices and enpoints to enable an authorization flow using Auth0 or other external IDP. The application contains the following **microservices**: - `Authorization Service` @@ -40,7 +40,7 @@ To have an overview on how to use the **Secure API Gateway** application to secu ## Authorization Service The [authorization-service](../../runtime_suite/authorization-service/overview) is added by the application if it does not already exist. -The **authorization-service** is used to manage the [authorization flow](../../console/project-configuration/authorization-flow). It is created with a standard configuration, with `USERINFO_URL` pointing to the `auth0-client` service. +The **authorizatin-service** is used to manage the [authorization flow](../../console/project-configuration/authorization-flow). It is created with a standard configuration, with `USERINFO_URL` pointing to the `auth0-client` service. To have a complete overview of all the possible configurations for the **authorization-service** read the [dedicated documentation page](../../runtime_suite/authorization-service/configuration). @@ -63,7 +63,7 @@ With the _oauth-login-site_ microservice the following endpoints are added to yo ## Auth0 Client -The [auth0-client](../../runtime_suite/auth0-client/overview) is added (if it does not already exist) in order to handle authentication and user management using Auth0 as identity provider. +The [auth0-client](../../runtime_suite/auth0-client/overview_and_usage) is added if it does not already exist in order to handle authentication and user management using Auth0 as identity provider. With the _oauth-client_ microservice the following endpoints are added to your project: From 2d2b883f9e75bb5ad09a2e9b1120ebc95bc0b70a Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 9 May 2024 09:01:33 +0200 Subject: [PATCH 090/252] chore(docs): update Secure API Gateway documentation From f91d365924f8ff29e1b8c716340f804c2eb37984 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 10 May 2024 09:01:38 +0200 Subject: [PATCH 091/252] chore(docs): update Secure API Gateway documentation From fef0190f4e59778661e5f57a8b91e900f60a2838 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 13 May 2024 09:01:41 +0200 Subject: [PATCH 092/252] chore(docs): update Secure API Gateway documentation From ea595a03def08af5222c40406012a2b3e6774a94 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 14 May 2024 09:01:49 +0200 Subject: [PATCH 093/252] chore(docs): update Secure API Gateway documentation From 289fb3543b11a22c78bc2c484de32146031b5ca9 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 15 May 2024 09:01:53 +0200 Subject: [PATCH 094/252] chore(docs): update Secure API Gateway documentation From 92f825ae624bf692d7541d1535f10feaaa30d7cd Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 16 May 2024 09:01:45 +0200 Subject: [PATCH 095/252] chore(docs): update Secure API Gateway documentation From d46140632664443339594ed27604372b33c56428 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 17 May 2024 09:01:42 +0200 Subject: [PATCH 096/252] chore(docs): update Secure API Gateway documentation From 56c7a1327247ad3222c5002be90bb5649cec1a55 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 20 May 2024 09:01:40 +0200 Subject: [PATCH 097/252] chore(docs): update Secure API Gateway documentation From 1c888b724209342de006d4d3f97d9da57ce3675f Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 21 May 2024 09:01:40 +0200 Subject: [PATCH 098/252] chore(docs): update Secure API Gateway documentation From 71e6eeef273626080fde18a5200e71dff84c0b1b Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 22 May 2024 09:01:42 +0200 Subject: [PATCH 099/252] chore(docs): update Secure API Gateway documentation From f1a7673908ba6b2dff4780c27f5c82431dd9a424 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 23 May 2024 09:01:38 +0200 Subject: [PATCH 100/252] chore(docs): update Secure API Gateway documentation From 5f1d5cc1b231cb9330fccf405e80319b2d8d0044 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 24 May 2024 09:01:43 +0200 Subject: [PATCH 101/252] chore(docs): update Secure API Gateway documentation From 977fed1a9d756a6d1ab64c9e9e2c858e9c359224 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 27 May 2024 09:01:46 +0200 Subject: [PATCH 102/252] chore(docs): update Secure API Gateway documentation From 228efa8e05ee5eec8d1a586117e620b28f08d4b5 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 28 May 2024 09:02:48 +0200 Subject: [PATCH 103/252] chore(docs): update Secure API Gateway documentation From 58f9d0748e2137882eaf0bda41c76b5b3a10dc08 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 29 May 2024 09:03:13 +0200 Subject: [PATCH 104/252] chore(docs): update Secure API Gateway documentation From 72167f2eb1fdb5e580d7ffb1d8f5a9b54e92265e Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 30 May 2024 09:01:42 +0200 Subject: [PATCH 105/252] chore(docs): update Secure API Gateway documentation From acc176257d1debf1b48bab85d3eeaf23ca7e8dc6 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 31 May 2024 09:01:40 +0200 Subject: [PATCH 106/252] chore(docs): update Secure API Gateway documentation From dc0247ae6026a680c74603feca6ac5c3b2762b80 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 3 Jun 2024 09:01:45 +0200 Subject: [PATCH 107/252] chore(docs): update Secure API Gateway documentation From 50fba99276531a4364fcb9333774deacd266a546 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 4 Jun 2024 09:01:51 +0200 Subject: [PATCH 108/252] chore(docs): update Secure API Gateway documentation From 3a869989dfc5b572665c4bcb535d9bf43f271fc7 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 5 Jun 2024 09:01:44 +0200 Subject: [PATCH 109/252] chore(docs): update Secure API Gateway documentation From b4511ad57390c2c184ff4740308dd4ad374b8444 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 6 Jun 2024 09:01:44 +0200 Subject: [PATCH 110/252] chore(docs): update Secure API Gateway documentation From 9ce290374e9459d030d0cdc8a5c3989a5c632018 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 7 Jun 2024 09:01:43 +0200 Subject: [PATCH 111/252] chore(docs): update Secure API Gateway documentation From 7bc9ca7c195a044f3fec44cd041c4310cebc0835 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 10 Jun 2024 09:01:49 +0200 Subject: [PATCH 112/252] chore(docs): update Secure API Gateway documentation From ed5fedda5b3ba960591d10f5b9a244748b2bc108 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 11 Jun 2024 09:01:52 +0200 Subject: [PATCH 113/252] chore(docs): update Secure API Gateway documentation From d6952cd2239df35502e8f1bd5bd2247a45f5fff1 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 12 Jun 2024 09:01:52 +0200 Subject: [PATCH 114/252] chore(docs): update Secure API Gateway documentation From 4277c8c1f7bc1f9cfefb3a8f5b0e610722953f38 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 13 Jun 2024 09:01:47 +0200 Subject: [PATCH 115/252] chore(docs): update Secure API Gateway documentation From 32f340b45b973ec31481cd059b497afd2b3c9fa6 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 14 Jun 2024 09:02:59 +0200 Subject: [PATCH 116/252] chore(docs): update Secure API Gateway documentation From aa3af908a6844de8320735f8ed8ce052811d37d5 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 17 Jun 2024 09:01:43 +0200 Subject: [PATCH 117/252] chore(docs): update Secure API Gateway documentation From d6b6153d0eb54eb5e60a444cfe6aeb6d205b970d Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 18 Jun 2024 09:01:51 +0200 Subject: [PATCH 118/252] chore(docs): update Secure API Gateway documentation From 58d07dbe203a49e394de0014c37cda9b8f9f06d3 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 19 Jun 2024 09:01:44 +0200 Subject: [PATCH 119/252] chore(docs): update Secure API Gateway documentation From d789a15746034ac14eb1f66459d8c6e1db8dfd64 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 20 Jun 2024 09:01:44 +0200 Subject: [PATCH 120/252] chore(docs): update Secure API Gateway documentation From 2601acc2d269eadf5fdb167d69ceadf1118e9053 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 21 Jun 2024 09:01:46 +0200 Subject: [PATCH 121/252] chore(docs): update Secure API Gateway documentation From 14b7898636143630c8e86b2977dd951d7d0dc91e Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 24 Jun 2024 09:01:46 +0200 Subject: [PATCH 122/252] chore(docs): update Secure API Gateway documentation From edc65b29a32f771b5908ac19b00a5206a39a8b07 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 25 Jun 2024 09:01:46 +0200 Subject: [PATCH 123/252] chore(docs): update Secure API Gateway documentation From c0d4aa2d53bbd13b3cbe1631284783d937c3d913 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 26 Jun 2024 09:01:51 +0200 Subject: [PATCH 124/252] chore(docs): update Secure API Gateway documentation From 307d1f831a9b5a68ce68eb2765d0b76e70bc3e1d Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 27 Jun 2024 09:01:44 +0200 Subject: [PATCH 125/252] chore(docs): update Secure API Gateway documentation From 3985f6a623549baacd203449d9485c35bc3e9567 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 28 Jun 2024 09:01:44 +0200 Subject: [PATCH 126/252] chore(docs): update Secure API Gateway documentation From 97f8ed0c2f098f205f70ab4374e9951343f88801 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 1 Jul 2024 09:01:44 +0200 Subject: [PATCH 127/252] chore(docs): update Secure API Gateway documentation From ec25630a3bf12d4df749fb0d00c6888219751c09 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 2 Jul 2024 09:01:42 +0200 Subject: [PATCH 128/252] chore(docs): update Secure API Gateway documentation From c9d1d6b404c97d6eecdea5547f13ebb76d11b412 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 3 Jul 2024 09:01:49 +0200 Subject: [PATCH 129/252] chore(docs): update Secure API Gateway documentation From 2b337dd8c530812dafcc338dca971062b1212bb0 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 4 Jul 2024 09:01:45 +0200 Subject: [PATCH 130/252] chore(docs): update Secure API Gateway documentation From 7120e4b50bdc51286987385776c670c69b2541d1 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 5 Jul 2024 09:01:48 +0200 Subject: [PATCH 131/252] chore(docs): update Secure API Gateway documentation From af76fb795ddb35e7a4f42c2a3e9b4cd05845daf5 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 8 Jul 2024 09:01:43 +0200 Subject: [PATCH 132/252] chore(docs): update Secure API Gateway documentation From 0e676ad6f83adf9a38da44e84fff09cac7876b88 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 9 Jul 2024 09:01:50 +0200 Subject: [PATCH 133/252] chore(docs): update Secure API Gateway documentation From 963f56b7f14653e225c79b6175d4efadfca37598 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 10 Jul 2024 09:01:55 +0200 Subject: [PATCH 134/252] chore(docs): update Secure API Gateway documentation From 383815573406546d3444bc44683b72a6eb23083a Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 11 Jul 2024 09:01:48 +0200 Subject: [PATCH 135/252] chore(docs): update Secure API Gateway documentation From df3f5dfe844e24f8ae9d8a3a581d0bb4925223e1 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 12 Jul 2024 09:01:44 +0200 Subject: [PATCH 136/252] chore(docs): update Secure API Gateway documentation From e1119cf60e8f94c08fcf1e39081d26f5b2b4cfef Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 15 Jul 2024 09:01:47 +0200 Subject: [PATCH 137/252] chore(docs): update Secure API Gateway documentation From 33f5dc625030607023d98d024a0e77f36b2e29b6 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 16 Jul 2024 09:01:53 +0200 Subject: [PATCH 138/252] chore(docs): update Secure API Gateway documentation From 726542337c800884fb83f54d7417d71dde0d9278 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 17 Jul 2024 09:01:52 +0200 Subject: [PATCH 139/252] chore(docs): update Secure API Gateway documentation From f2e01fa8254f220784835684567e55000083077e Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 18 Jul 2024 09:01:57 +0200 Subject: [PATCH 140/252] chore(docs): update Secure API Gateway documentation From 4a0a0078cd0cbfd7494d31b530e7cc435ce9739a Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 19 Jul 2024 09:01:54 +0200 Subject: [PATCH 141/252] chore(docs): update Secure API Gateway documentation From af0709bce743d5198dc264ddb7df0da8cbc9cce5 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 22 Jul 2024 09:01:53 +0200 Subject: [PATCH 142/252] chore(docs): update Secure API Gateway documentation From 09555cba203862f1eb54e0bff8476e99aeb229bf Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 23 Jul 2024 09:01:54 +0200 Subject: [PATCH 143/252] chore(docs): update Secure API Gateway documentation From 0f54bad98c2d12075b455f2a2a0c8f93310fe6cc Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 24 Jul 2024 09:01:56 +0200 Subject: [PATCH 144/252] chore(docs): update Secure API Gateway documentation From 3dfda1e7b17571aa6e3a1b8608f3f909e43a4c36 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 25 Jul 2024 09:01:51 +0200 Subject: [PATCH 145/252] chore(docs): update Secure API Gateway documentation From 27efa7bdd5556dd5d3c14eae8cbe266f94e50f93 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 25 Jul 2024 10:46:41 +0200 Subject: [PATCH 146/252] chore(docs): update Secure API Gateway documentation From b195622f2122480ae98c27e67528e22c6b339b91 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 26 Jul 2024 09:01:47 +0200 Subject: [PATCH 147/252] chore(docs): update Secure API Gateway documentation From 22c07f825376f6e2409e1bed2564b1bb9abd30e0 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 29 Jul 2024 09:01:52 +0200 Subject: [PATCH 148/252] chore(docs): update Secure API Gateway documentation From e6031f79566ac66501de27f1575347757dc1cb92 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 30 Jul 2024 09:01:51 +0200 Subject: [PATCH 149/252] chore(docs): update Secure API Gateway documentation From 6f09eb4fa413713531bcd50508ec50cfdb070873 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 31 Jul 2024 09:01:53 +0200 Subject: [PATCH 150/252] chore(docs): update Secure API Gateway documentation From d6fc751c18845ad07ce8cbbf364c96457e822504 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 1 Aug 2024 09:02:01 +0200 Subject: [PATCH 151/252] chore(docs): update Secure API Gateway documentation From 2e385322cdc747bf08513bee7620fb4b720336a7 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 2 Aug 2024 09:01:49 +0200 Subject: [PATCH 152/252] chore(docs): update Secure API Gateway documentation From a3df1ab04cca50e222d76d35003e221d5f214f30 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 5 Aug 2024 09:01:44 +0200 Subject: [PATCH 153/252] chore(docs): update Secure API Gateway documentation From 355df12d2ec2282856ffe762b547515237ec69be Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 6 Aug 2024 09:02:49 +0200 Subject: [PATCH 154/252] chore(docs): update Secure API Gateway documentation From feb03db7524a5daa4f082c52eb2faeb987e68d8f Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 7 Aug 2024 09:01:53 +0200 Subject: [PATCH 155/252] chore(docs): update Secure API Gateway documentation From 75854cb2d8de8f0c725a661ab70646de6ceaa8b6 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 8 Aug 2024 09:01:55 +0200 Subject: [PATCH 156/252] chore(docs): update Secure API Gateway documentation From 529fcbada7a011215807ae579e022abd6c01737b Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 9 Aug 2024 09:02:05 +0200 Subject: [PATCH 157/252] chore(docs): update Secure API Gateway documentation From 1becbd2afa84304962d96e5a71e5b74d96645856 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 12 Aug 2024 09:01:55 +0200 Subject: [PATCH 158/252] chore(docs): update Secure API Gateway documentation From 36c6118d0e2b11e9b56192a6c392bcd099099434 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 13 Aug 2024 09:01:53 +0200 Subject: [PATCH 159/252] chore(docs): update Secure API Gateway documentation From a593d24c50472547790d0ffd4c30ac0300610606 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 14 Aug 2024 09:01:52 +0200 Subject: [PATCH 160/252] chore(docs): update Secure API Gateway documentation From dcf06a6490c2dd2d0349380ce0b86742c7bf4e97 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 15 Aug 2024 09:01:54 +0200 Subject: [PATCH 161/252] chore(docs): update Secure API Gateway documentation From 1e9e8167f02c7ea9d2f969dd67f4a323e3193c75 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 16 Aug 2024 09:01:56 +0200 Subject: [PATCH 162/252] chore(docs): update Secure API Gateway documentation From 5b2b92fa5e1bd4645e1c1593d4f9ff57a7f3a6ea Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 19 Aug 2024 09:01:52 +0200 Subject: [PATCH 163/252] chore(docs): update Secure API Gateway documentation From cb08314ed1df1e4e6ec88edc08249646660aa3bd Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 20 Aug 2024 09:01:54 +0200 Subject: [PATCH 164/252] chore(docs): update Secure API Gateway documentation From 3e85cc0fec4e0f5daac1a18553a09f3a73d4c26b Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 21 Aug 2024 09:01:52 +0200 Subject: [PATCH 165/252] chore(docs): update Secure API Gateway documentation From 6d19c85036bb676e78b47ad8cc5699c0d7ff75cf Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 22 Aug 2024 09:01:57 +0200 Subject: [PATCH 166/252] chore(docs): update Secure API Gateway documentation From 7b01e0c75c1a84f324ac3fe8b37f5c2408d428f9 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 23 Aug 2024 09:01:50 +0200 Subject: [PATCH 167/252] chore(docs): update Secure API Gateway documentation From 4cd211c31bd9b85505b110c142371ea423206547 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 26 Aug 2024 09:01:49 +0200 Subject: [PATCH 168/252] chore(docs): update Secure API Gateway documentation From 0a025694222db0ca4be265533f9eea73e056bc84 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 27 Aug 2024 09:01:49 +0200 Subject: [PATCH 169/252] chore(docs): update Secure API Gateway documentation From b6dabc05b8348bbb2ff44f5460e38d2d8959ef4a Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 28 Aug 2024 09:01:57 +0200 Subject: [PATCH 170/252] chore(docs): update Secure API Gateway documentation From 65b1c5092b0832f6e6bf936903ed49b53a2c9ce2 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 29 Aug 2024 09:01:54 +0200 Subject: [PATCH 171/252] chore(docs): update Secure API Gateway documentation From 9cb4f03bd7864080b3b895039ec3b7730b511e82 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 30 Aug 2024 09:01:52 +0200 Subject: [PATCH 172/252] chore(docs): update Secure API Gateway documentation From eb231b45fde34c44e0fb2b3b38e8b1e8f595d2fb Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 2 Sep 2024 09:01:54 +0200 Subject: [PATCH 173/252] chore(docs): update Secure API Gateway documentation From 103b4c9c93ade6d00ec39f10a5888748a94634df Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 3 Sep 2024 09:01:51 +0200 Subject: [PATCH 174/252] chore(docs): update Secure API Gateway documentation From ca9ca13a54408e303d24f82d15770e5ca12242d5 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 4 Sep 2024 09:01:52 +0200 Subject: [PATCH 175/252] chore(docs): update Secure API Gateway documentation From f215df00bf7ff4c03dceb55fe65af673d3ae25e3 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 5 Sep 2024 09:01:59 +0200 Subject: [PATCH 176/252] chore(docs): update Secure API Gateway documentation From a53eabfd9302cbad3e5fe5cb9e90b8e2b9bcd8c8 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 6 Sep 2024 09:01:53 +0200 Subject: [PATCH 177/252] chore(docs): update Secure API Gateway documentation From 18f9fa57e0766ab0f45f284ec6df3da05073b256 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 9 Sep 2024 09:01:56 +0200 Subject: [PATCH 178/252] chore(docs): update Secure API Gateway documentation From a5fdfdfaafb955860c63464f9cd669684718ae19 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 10 Sep 2024 09:01:59 +0200 Subject: [PATCH 179/252] chore(docs): update Secure API Gateway documentation From ad6cacfe17d08df04fcbb37063e13e80b49a59eb Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 11 Sep 2024 09:01:56 +0200 Subject: [PATCH 180/252] chore(docs): update Secure API Gateway documentation From 17991f159d7dce950e23943f07b12fc4beef9504 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 12 Sep 2024 09:01:56 +0200 Subject: [PATCH 181/252] chore(docs): update Secure API Gateway documentation From 1d994b458cf0efc6aed5a68bbbf01f6c484318de Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 13 Sep 2024 09:01:49 +0200 Subject: [PATCH 182/252] chore(docs): update Secure API Gateway documentation From d366a660b8f2d669a91db667ffff96398fec733a Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 16 Sep 2024 09:02:05 +0200 Subject: [PATCH 183/252] chore(docs): update Secure API Gateway documentation From 4d0480274eb9413ec3cdca69cd8f6ff629302d75 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 17 Sep 2024 09:01:49 +0200 Subject: [PATCH 184/252] chore(docs): update Secure API Gateway documentation From 52f83a21140623c4cca1452f25ff88f266b8efe1 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 18 Sep 2024 09:01:49 +0200 Subject: [PATCH 185/252] chore(docs): update Secure API Gateway documentation From 5535e8dad14020a96ce1f7089391524c594bbecd Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 19 Sep 2024 09:01:50 +0200 Subject: [PATCH 186/252] chore(docs): update Secure API Gateway documentation From c0bebadffc448b7f9f8689d4e97c3571dacfa567 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 20 Sep 2024 09:01:58 +0200 Subject: [PATCH 187/252] chore(docs): update Secure API Gateway documentation From ca6c545930e2e8402f9e782fba4f542e0526341d Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 23 Sep 2024 09:01:46 +0200 Subject: [PATCH 188/252] chore(docs): update Secure API Gateway documentation From 8745426fed2180fb9d7c055537570e9d91820706 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 24 Sep 2024 09:01:45 +0200 Subject: [PATCH 189/252] chore(docs): update Secure API Gateway documentation From 6287e0ad390c9d8a968eb7c08da2dd55436cc708 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 25 Sep 2024 09:01:55 +0200 Subject: [PATCH 190/252] chore(docs): update Secure API Gateway documentation From d1f5c144a5c08bea38cabecd427fbb4aa7366c91 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 26 Sep 2024 09:01:50 +0200 Subject: [PATCH 191/252] chore(docs): update Secure API Gateway documentation From 5095f9e8cb080864bbf27160bd559bf357f56e1f Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 27 Sep 2024 09:01:51 +0200 Subject: [PATCH 192/252] chore(docs): update Secure API Gateway documentation From 65687359c2c9e559ae69fe93078ff078bd9fceb7 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 27 Sep 2024 17:11:53 +0200 Subject: [PATCH 193/252] chore(docs): update Secure API Gateway documentation From a6be2f331a0f8ee2b32ff40ae3e1f86272a761e8 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 27 Sep 2024 17:27:16 +0200 Subject: [PATCH 194/252] chore(docs): update Secure API Gateway documentation From 83b044c5628eb6a0cbb8a007933651a74c5ff09a Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 27 Sep 2024 17:36:41 +0200 Subject: [PATCH 195/252] chore(docs): update Secure API Gateway documentation From ed2c0dba68c6c47680e94833c33e02263d75042a Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 27 Sep 2024 18:12:33 +0200 Subject: [PATCH 196/252] chore(docs): update Secure API Gateway documentation From 045b6c9335d5355a1f622e296a61dddd365bced6 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 30 Sep 2024 09:01:55 +0200 Subject: [PATCH 197/252] chore(docs): update Secure API Gateway documentation From 01acde6ce5925c76a8be0b5d67ab6a8ea4077b8b Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 30 Sep 2024 12:15:17 +0200 Subject: [PATCH 198/252] chore(docs): update Secure API Gateway documentation From 5deb4c86300034461e8bdd05618e0f83293ece26 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 30 Sep 2024 12:29:59 +0200 Subject: [PATCH 199/252] chore(docs): update Secure API Gateway documentation From 92f702bed724607cdb2f2c4d798c8b735e6a7951 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 1 Oct 2024 09:01:47 +0200 Subject: [PATCH 200/252] chore(docs): update Secure API Gateway documentation From fcad1b6321752ec1c48ed0811ff82a2d1ce7f99d Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 2 Oct 2024 09:01:43 +0200 Subject: [PATCH 201/252] chore(docs): update Secure API Gateway documentation From 1f799b0bd3acfdb4183292cbf166dbe4403a007f Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 3 Oct 2024 09:01:40 +0200 Subject: [PATCH 202/252] chore(docs): update Secure API Gateway documentation From 3daf78b5f6ab5c6b7e08a9ad917ceaed63f69118 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 4 Oct 2024 09:01:44 +0200 Subject: [PATCH 203/252] chore(docs): update Secure API Gateway documentation From 3babe55aec90e3e60f913f729d6964933e440f73 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 7 Oct 2024 09:01:41 +0200 Subject: [PATCH 204/252] chore(docs): update Secure API Gateway documentation From a7d7b6997e3208895adbca43be2add532dd69c29 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 8 Oct 2024 09:01:45 +0200 Subject: [PATCH 205/252] chore(docs): update Secure API Gateway documentation From b5a721293272f4c0faadd8d0c7d07173db4d6159 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 9 Oct 2024 09:01:50 +0200 Subject: [PATCH 206/252] chore(docs): update Secure API Gateway documentation From f18b915871f2291613fb4ffaa0692730a6508be9 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 9 Oct 2024 10:28:56 +0200 Subject: [PATCH 207/252] chore(docs): update Secure API Gateway documentation From 20402ebfb13b32d119dafbfdfb9ade2a6eaf45a7 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 9 Oct 2024 10:40:20 +0200 Subject: [PATCH 208/252] chore(docs): update Secure API Gateway documentation From b169de46bda29837d11eac066578e3d948383c5b Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 10 Oct 2024 09:01:46 +0200 Subject: [PATCH 209/252] chore(docs): update Secure API Gateway documentation From 0bc61f388b96ba8df5622f441a822b9d3f5f9e13 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 11 Oct 2024 09:01:46 +0200 Subject: [PATCH 210/252] chore(docs): update Secure API Gateway documentation From f8851765443b1d663448a3426e950fcb98d84985 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 14 Oct 2024 09:01:44 +0200 Subject: [PATCH 211/252] chore(docs): update Secure API Gateway documentation From c21fc367d9583ad20f81284812763b7cc0f9d755 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 15 Oct 2024 09:01:50 +0200 Subject: [PATCH 212/252] chore(docs): update Secure API Gateway documentation From e63b4ccb97b23d72db8f45b8b049eeff4314f0fd Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 16 Oct 2024 09:01:45 +0200 Subject: [PATCH 213/252] chore(docs): update Secure API Gateway documentation From 917cd585a3cbcb7177999ba9234399040ff9617b Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 17 Oct 2024 09:01:44 +0200 Subject: [PATCH 214/252] chore(docs): update Secure API Gateway documentation From 72876d69bb6144c08e7f9341f87e8181fb69c376 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 18 Oct 2024 09:01:42 +0200 Subject: [PATCH 215/252] chore(docs): update Secure API Gateway documentation From 5469c9d7bd03f959bc3868af4036b12f783629bc Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 18 Oct 2024 16:31:03 +0200 Subject: [PATCH 216/252] chore(docs): update Secure API Gateway documentation From 36993b889c400aad0750333cb03361569e693105 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 21 Oct 2024 09:01:40 +0200 Subject: [PATCH 217/252] chore(docs): update Secure API Gateway documentation From e472002f22f65a72dfddec7c06ea708302f5d820 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 22 Oct 2024 09:01:46 +0200 Subject: [PATCH 218/252] chore(docs): update Secure API Gateway documentation From ded8c3a705f20e87747d959950aea7b141f25bb7 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 23 Oct 2024 09:01:46 +0200 Subject: [PATCH 219/252] chore(docs): update Secure API Gateway documentation From b05a28c21466057135df6468a4f2a89b5f20c9ec Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 24 Oct 2024 09:01:46 +0200 Subject: [PATCH 220/252] chore(docs): update Secure API Gateway documentation From 9ca35615e48b5b1fbb76705fa4e26249936e49c3 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 25 Oct 2024 09:01:49 +0200 Subject: [PATCH 221/252] chore(docs): update Secure API Gateway documentation From 435c5fe715c732b210087d36a2ae135313c00fda Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 28 Oct 2024 08:01:44 +0100 Subject: [PATCH 222/252] chore(docs): update Secure API Gateway documentation From 681a9ec20a259def192d78d7208ae7e65f1af972 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 29 Oct 2024 08:02:16 +0100 Subject: [PATCH 223/252] chore(docs): update Secure API Gateway documentation From cf8b1f449ec37a1a70eb0d13275e20bc80eb8117 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 30 Oct 2024 08:02:22 +0100 Subject: [PATCH 224/252] chore(docs): update Secure API Gateway documentation From f1cc6b21494ab03a532eee8a06d376b67776de62 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 31 Oct 2024 08:02:17 +0100 Subject: [PATCH 225/252] chore(docs): update Secure API Gateway documentation From d250b4ad6874c4ddf487a4cfbc5953132243b0ff Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 1 Nov 2024 08:02:24 +0100 Subject: [PATCH 226/252] chore(docs): update Secure API Gateway documentation From cb9fb75f6fcdf507dead389e18a679192281a91c Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 4 Nov 2024 08:02:14 +0100 Subject: [PATCH 227/252] chore(docs): update Secure API Gateway documentation From bdbd8dda017fcdf3221148e69725fc5e13cdd060 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 5 Nov 2024 08:02:26 +0100 Subject: [PATCH 228/252] chore(docs): update Secure API Gateway documentation From bfa67eb8f822777839bef09c5758b24a5c5fdb44 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 6 Nov 2024 08:02:25 +0100 Subject: [PATCH 229/252] chore(docs): update Secure API Gateway documentation From 2b5e0b69a3dc3a8a0fb347958f9233549eca0005 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 7 Nov 2024 08:02:16 +0100 Subject: [PATCH 230/252] chore(docs): update Secure API Gateway documentation From ab80240640b5540bd1fcd6f2c37e4d9f8c7bdca6 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 8 Nov 2024 08:02:19 +0100 Subject: [PATCH 231/252] chore(docs): update Secure API Gateway documentation From 518d1aca88a66ce98607bfa7a3e30c38b3e89928 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 11 Nov 2024 08:03:04 +0100 Subject: [PATCH 232/252] chore(docs): update Secure API Gateway documentation From 248b22b46bf39c9cce1a797bd7ee98d320ed84a6 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 12 Nov 2024 08:02:23 +0100 Subject: [PATCH 233/252] chore(docs): update Secure API Gateway documentation From 483e7a11b4f1eb1da5fbd87021c76063c556a576 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 13 Nov 2024 08:02:01 +0100 Subject: [PATCH 234/252] chore(docs): update Secure API Gateway documentation From 77caec2df02de3e6818d7b73578f2f2c28ec42fe Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 14 Nov 2024 08:02:06 +0100 Subject: [PATCH 235/252] chore(docs): update Secure API Gateway documentation From f26dfaf8b29ad8649df7b39a60144c294e9abe36 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 15 Nov 2024 08:02:21 +0100 Subject: [PATCH 236/252] chore(docs): update Secure API Gateway documentation From 6d11fd0ebc8feba7f3b9731c46d7ddb328742ef4 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 15 Nov 2024 12:20:06 +0100 Subject: [PATCH 237/252] chore(docs): update Secure API Gateway documentation From 49da71ba60384a828accf9c5d2fe5aea2f168be2 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 15 Nov 2024 12:42:02 +0100 Subject: [PATCH 238/252] chore(docs): update Secure API Gateway documentation From ae41539322d6c38150add50ad796153149b315c3 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 15 Nov 2024 12:46:44 +0100 Subject: [PATCH 239/252] chore(docs): update Secure API Gateway documentation From bceed6b2db90c7d165094a240d88ac0a8f3896d3 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 15 Nov 2024 13:16:21 +0100 Subject: [PATCH 240/252] chore(docs): update Secure API Gateway documentation From d47eb8a5ac183e247ed99d19379311b570bd68d4 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 18 Nov 2024 08:02:17 +0100 Subject: [PATCH 241/252] chore(docs): update Secure API Gateway documentation From 0179941e18b8faa542073b6958b19b1e50205898 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 19 Nov 2024 08:02:38 +0100 Subject: [PATCH 242/252] chore(docs): update Secure API Gateway documentation From b2618227ac7177d135185e675effd8bbe0995b7e Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 20 Nov 2024 08:02:31 +0100 Subject: [PATCH 243/252] chore(docs): update Secure API Gateway documentation From f2a961616197080255a7ecfdabec3c054ca889d6 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 20 Nov 2024 17:09:37 +0100 Subject: [PATCH 244/252] chore(docs): update Secure API Gateway documentation From 7d9e5fef56543d07c259667e7b8a82def93279b1 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 21 Nov 2024 08:02:38 +0100 Subject: [PATCH 245/252] chore(docs): update Secure API Gateway documentation From 64ec0d8ee27a8888eb7139f8a493afaed5bc0829 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 22 Nov 2024 08:02:00 +0100 Subject: [PATCH 246/252] chore(docs): update Secure API Gateway documentation From b2d07d16afda18c359fa36d446a452d9df4f827f Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 22 Nov 2024 09:50:23 +0100 Subject: [PATCH 247/252] chore(docs): update Secure API Gateway documentation From f58cf6c7adf476fab6e64bc0df41b51b688ae7e2 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Mon, 25 Nov 2024 08:02:27 +0100 Subject: [PATCH 248/252] chore(docs): update Secure API Gateway documentation From 3794abc4fab36776f8f2ce5b35dbc821774dc789 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Tue, 26 Nov 2024 08:02:32 +0100 Subject: [PATCH 249/252] chore(docs): update Secure API Gateway documentation From fbc952af6c078247a748a0c535c21b9a2c15f121 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Wed, 27 Nov 2024 08:02:27 +0100 Subject: [PATCH 250/252] chore(docs): update Secure API Gateway documentation From 234275fee775396d0e9c66450e19f12285faab4f Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Thu, 28 Nov 2024 08:02:27 +0100 Subject: [PATCH 251/252] chore(docs): update Secure API Gateway documentation From b29adddabab7815d7e37636ef08508b45db209f9 Mon Sep 17 00:00:00 2001 From: Bot-targa Date: Fri, 29 Nov 2024 08:02:35 +0100 Subject: [PATCH 252/252] chore(docs): update Secure API Gateway documentation