Skip to main content
Prerequisites:
Cloud 66 only applies environment variable changes to your servers on the next deployment. After a sync runs, redeploy the target stack in Cloud 66 for the updated secrets to take effect. System-managed variables (read-only or generated by Cloud 66) are never modified or removed by Infisical.
  1. Navigate to Project > Integrations and select the Secret Syncs tab. Click on the Add Sync button. Secret Syncs Tab
  2. Select the Cloud 66 option. Select Cloud 66
  3. Configure the Source from where secrets should be retrieved, then click Continue. Configure Source
    • Environment: The project environment to retrieve secrets from.
    • Secret Path: The folder path to retrieve secrets from.
If you need to sync secrets from multiple folder locations, check out secret imports.
  1. Configure the Destination to where secrets should be deployed, then click Continue. Configure Destination
    • Cloud 66 Connection: The Cloud 66 Connection to authenticate with.
    • Stack: The Cloud 66 stack (application) to sync secrets to.
    Secrets with hyphens are not allowed by Cloud 66, so they are skipped from the sync process.
  2. Configure the Initial Sync Behavior to determine how Infisical should resolve the first sync, then click Continue. Configure Initial Sync Behavior
    • Overwrite Cloud 66: On the initial sync, Infisical writes its secrets to Cloud 66 and imports nothing. Depending on your configuration, this can remove secrets from Cloud 66.
    • Import from Cloud (Prioritize Infisical): Imports secrets from Cloud 66 before the initial sync; if a secret with the same name already exists in Infisical, the Infisical value is kept.
    • Import from Cloud (Prioritize Cloud): Imports secrets from Cloud 66 before the initial sync; if a secret with the same name already exists in Infisical, its value is replaced with the one from Cloud 66.
  3. Configure the Sync Options to specify how secrets should be synced, then click Continue. Configure Sync Options
    • Disable secret deletion: If enabled, Infisical will not remove secrets from Cloud 66 during a sync. Enable this option if you intend to manage some secrets manually outside of Infisical.
    • Auto-sync on changes: If enabled, secrets will automatically be synced from the source location when changes occur. Disable to enforce manual syncing only.
    • Customize key names: Add a prefix or suffix so Infisical can identify which keys in Cloud 66 it manages, leaving everything else untouched.
    We highly recommend customizing key names to ensure that Infisical only manages the specific keys you intend, keeping everything else untouched.
  4. Configure the Details of your Cloud 66 Sync, then click Continue. Configure Details
    • Name: The name of your sync. Must be slug-friendly.
    • Description: An optional description for your sync.
  5. Review your Cloud 66 Sync configuration, then click Create Sync. Review Configuration
  6. If enabled, your Cloud 66 Sync will begin syncing your secrets to the destination endpoint. Sync Created