Update docker-swarm-with-agent.mdx

This commit is contained in:
Maidul Islam
2024-03-08 17:07:11 -05:00
committed by GitHub
parent 3a05ae4b27
commit 0df5f845fb

View File

@ -23,7 +23,7 @@ Our goal is to deploy an Nginx instance in your Docker Swarm cluster, configured
</Step>
<Step title="Setting Up Authentication with Infisical">
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.
</Step>
<Step title="Entering Universal Auth Credentials">
@ -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.
- In-Memory Secrets: If your application loads secrets into memory, the new secrets will be available to the application on the next deployment.