From cf5391d6d4a8f9927dc907568caff55f2b8500f4 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Sat, 7 Jun 2025 03:06:01 +0400 Subject: [PATCH] Update overview.mdx --- .../platform/gateways/overview.mdx | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/docs/documentation/platform/gateways/overview.mdx b/docs/documentation/platform/gateways/overview.mdx index 07d15d607..127e544b7 100644 --- a/docs/documentation/platform/gateways/overview.mdx +++ b/docs/documentation/platform/gateways/overview.mdx @@ -164,7 +164,7 @@ Once authenticated, the Gateway establishes a secure connection with Infisical t The Native GCP ID Token method is used to authenticate with Infisical when running in a GCP environment. - + Your machine identity ID. @@ -239,18 +239,9 @@ Once authenticated, the Gateway establishes a secure connection with Infisical t - - - To create an OIDC machine identity, follow the step by step guide outlined [here](/documentation/platform/identities/oidc-auth/general). - - - Run the `login` command with the following flags to obtain an access token: - - ```bash - infisical gateway --auth-method=oidc-auth --machine-identity-id= --jwt= - ``` - - + ```bash + kubectl create secret generic infisical-gateway-environment --from-literal=INFISICAL_AUTH_METHOD=oidc-auth --from-literal=INFISICAL_MACHINE_IDENTITY_ID= --from-literal=INFISICAL_JWT= + ```