diff --git a/docs/infisical-agent/guides/docker-swarm-with-agent.mdx b/docs/infisical-agent/guides/docker-swarm-with-agent.mdx index b73d5ad63c..8ab4ca9625 100644 --- a/docs/infisical-agent/guides/docker-swarm-with-agent.mdx +++ b/docs/infisical-agent/guides/docker-swarm-with-agent.mdx @@ -23,7 +23,7 @@ Our goal is to deploy an Nginx instance in your Docker Swarm cluster, configured - To allow the Infisical agent to your Infisical secrets, choose an authentication method for the agent. For this guide, we will use [Universal Auth](/documentation/platform/identities/universal-auth) for authentication. Follow the instructions [here](/documentation/platform/identities/universal-auth) to generate a client ID and client secret. + To allow the agent to fetch your Infisical secrets, choose an authentication method for the agent. For this guide, we will use [Universal Auth](/documentation/platform/identities/universal-auth) for authentication. Follow the instructions [here](/documentation/platform/identities/universal-auth) to generate a client ID and client secret. @@ -161,4 +161,4 @@ Our goal is to deploy an Nginx instance in your Docker Swarm cluster, configured ## Considerations - Secret Updates: Applications that access secrets directly from the volume mount will receive updates in real-time, in accordance with the `polling-interval` set in agent config. -- In-Memory Secrets: If your application loads secrets into memory, the new secrets will be available to the application on the next deployment. \ No newline at end of file +- In-Memory Secrets: If your application loads secrets into memory, the new secrets will be available to the application on the next deployment.