From f12fcc0d22ec2ba50f651f70499feb139d5f2c55 Mon Sep 17 00:00:00 2001 From: Michael Nemni Date: Thu, 26 Sep 2024 18:18:43 +0300 Subject: [PATCH] Add missing space to using-an-api-gateway-with-oidc.md (#34739) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../using-an-api-gateway-with-oidc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/using-github-hosted-runners/connecting-to-a-private-network/using-an-api-gateway-with-oidc.md b/content/actions/using-github-hosted-runners/connecting-to-a-private-network/using-an-api-gateway-with-oidc.md index f7acd0b13982..ce00cfee09f2 100644 --- a/content/actions/using-github-hosted-runners/connecting-to-a-private-network/using-an-api-gateway-with-oidc.md +++ b/content/actions/using-github-hosted-runners/connecting-to-a-private-network/using-an-api-gateway-with-oidc.md @@ -14,7 +14,7 @@ topics: ## Using an API gateway with OIDC -{% data reusables.actions.private-networking-oidc-intro %}For example, you could run an API gateway on the edge of your private network that authenticates incoming requests with the OIDC token and then makes API requests on behalf of your workflow in your private network. +{% data reusables.actions.private-networking-oidc-intro %} For example, you could run an API gateway on the edge of your private network that authenticates incoming requests with the OIDC token and then makes API requests on behalf of your workflow in your private network. The following diagram gives an overview of this solution's architecture: