- Set up and add secrets to Infisical Cloud
- Create a Cloud 66 Connection
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.
- Infisical UI
- API
-
Navigate to Project > Integrations and select the Secret Syncs tab. Click on the Add Sync button.
-
Select the Cloud 66 option.
-
Configure the Source from where secrets should be retrieved, then click Continue.
- Environment: The project environment to retrieve secrets from.
- Secret Path: The folder path to retrieve secrets from.
-
Configure the Destination to where secrets should be deployed, then click Continue.
- 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. -
Configure the Initial Sync Behavior to determine how Infisical should resolve the first sync, then click Continue.
- 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.
-
Configure the Sync Options to specify how secrets should be synced, then click Continue.
- 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. -
Configure the Details of your Cloud 66 Sync, then click Continue.
- Name: The name of your sync. Must be slug-friendly.
- Description: An optional description for your sync.
-
Review your Cloud 66 Sync configuration, then click Create Sync.
-
If enabled, your Cloud 66 Sync will begin syncing your secrets to the destination endpoint.