From ed25b82113d23833e8763da9c830ccea41473e87 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:06:37 +0200 Subject: [PATCH] Update infisical-agent.mdx --- docs/integrations/platforms/infisical-agent.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/integrations/platforms/infisical-agent.mdx b/docs/integrations/platforms/infisical-agent.mdx index 0bb689ff41..b397b73529 100644 --- a/docs/integrations/platforms/infisical-agent.mdx +++ b/docs/integrations/platforms/infisical-agent.mdx @@ -89,7 +89,7 @@ The Infisical agent supports multiple authentication methods. Below are the avai Update the agent configuration file with the specified auth method, client ID, and client secret. In the snippet below you can see a sample configuration of the `auth` field when using the Universal Auth method. - ```yaml example-agent-config-file.yaml + ```yaml example-auth-config.yaml auth: type: "universal-auth" config: @@ -121,7 +121,7 @@ The Infisical agent supports multiple authentication methods. Below are the avai Update the agent configuration file with the specified auth method, identity ID, and service account token. In the snippet below you can see a sample configuration of the `auth` field when using the Kubernetes method. - ```yaml example-agent-config-file.yaml + ```yaml example-auth-config.yaml auth: type: "kubernetes" config: @@ -150,7 +150,7 @@ The Infisical agent supports multiple authentication methods. Below are the avai Update the agent configuration file with the specified auth method and identity ID. In the snippet below you can see a sample configuration of the `auth` field when using the Azure method. - ```yaml example-agent-config-file.yaml + ```yaml example-auth-config.yaml auth: type: "azure" config: @@ -178,7 +178,7 @@ The Infisical agent supports multiple authentication methods. Below are the avai Update the agent configuration file with the specified auth method and identity ID. In the snippet below you can see a sample configuration of the `auth` field when using the GCP ID Token method. - ```yaml example-agent-config-file.yaml + ```yaml example-auth-config.yaml auth: type: "gcp-id-token" config: @@ -208,7 +208,7 @@ The Infisical agent supports multiple authentication methods. Below are the avai Update the agent configuration file with the specified auth method, identity ID, and service account key. In the snippet below you can see a sample configuration of the `auth` field when using the GCP IAM method. - ```yaml example-agent-config-file.yaml + ```yaml example-auth-config.yaml auth: type: "gcp-iam" config: @@ -236,7 +236,7 @@ The Infisical agent supports multiple authentication methods. Below are the avai Update the agent configuration file with the specified auth method and identity ID. In the snippet below you can see a sample configuration of the `auth` field when using the AWS IAM method. - ```yaml example-agent-config-file.yaml + ```yaml example-auth-config.yaml auth: type: "aws-iam" config: