misc: text updates to secret sync

This commit is contained in:
Sheen Capadngan
2025-06-20 20:20:10 +08:00
parent 5cec194e74
commit 430f5d516c

View File

@@ -31,15 +31,13 @@ description: "Learn how to configure a Cloudflare Pages Sync for Infisical."
- **Cloudflare Connection**: The Cloudflare Connection to authenticate with.
- **Cloudflare Pages Project**: Choose the Cloudflare Pages project you want to sync secrets to.
- **Environment**: Select the deployment environment (production, preview, etc.).
- **Environment**: Select the deployment environment (preview or production).
5. Configure the **Sync Options** to specify how secrets should be synced, then click **Next**.
![Configure Options](/images/secret-syncs/cloudflare-pages/cloudflare-pages-sync-options.png)
- **Initial Sync Behavior**: Determines how Infisical should resolve the initial sync.
- **Overwrite Destination Secrets**: Removes any secrets at the destination endpoint not present in Infisical.
- **Import Secrets (Prioritize Infisical)**: Imports secrets from the Cloudflare Pages project before syncing, prioritizing values from Infisical over Cloudflare when keys conflict.
- **Import Secrets (Prioritize Cloudflare)**: Imports secrets from the Cloudflare Pages project before syncing, prioritizing values from Cloudflare over Infisical when keys conflict.
- **Key Schema**: Template that determines how secret names are transformed when syncing, using `{{secretKey}}` as a placeholder for the original secret name and `{{environment}}` for the environment.
- **Auto-Sync Enabled**: If enabled, secrets will automatically be synced from the source location when changes occur. Disable to enforce manual syncing only.
- **Disable Secret Deletion**: If enabled, Infisical will not remove secrets from the sync destination. Enable this option if you intend to manage some secrets manually outside of Infisical.