Skip to main content
Prerequisites:
  1. Navigate to Project > Integrations and select the Secret Syncs tab. Click the Add Sync button, then choose Rundeck as the destination. Choose Rundeck Destination
  2. Configure the Source to specify where secrets should be retrieved from, 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 specify where secrets should be deployed, then click Continue. Configure Destination
    • Rundeck Connection: The Rundeck Connection to authenticate with.
    • Project: The Rundeck project to sync secrets to.
    • Path: The Key Storage path within the project. Must start with / (e.g. /production).
    Secrets are stored in Rundeck Key Storage under keys/project/<project><path>. For example, a secret named API_KEY synced to project web-app with path /production is stored at keys/project/web-app/production/API_KEY.
  2. Configure the Initial Sync Behavior to determine how Infisical should resolve the first sync, then click Continue. Configure Initial Sync
    • Overwrite Destination Secrets: On the initial sync, Infisical writes its secrets to Rundeck. No secrets are imported from Rundeck, and depending on your configuration this can remove secrets from Rundeck.
    Rundeck Syncs do not support importing secrets from the destination — only overwrite is available.
  3. Configure the Sync Options to control how secrets are written, then click Continue. Configure Sync Options
    • Disable Secret Deletion: If enabled, Infisical will not remove secrets from Rundeck during a sync. Enable this if you intend to manage some secrets manually outside of Infisical.
    • Auto-Sync on Changes: If enabled, secrets are automatically synced to Rundeck whenever they change in the source. Turn off to sync manually only.
    • Customize Key Names: Add a prefix or suffix so Infisical can identify which keys in Rundeck it manages — anything else is left untouched.
  4. Configure the Details of your Rundeck 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 Rundeck Sync configuration, then click Create Sync. Review Configuration
  6. Your Rundeck Sync is created and will begin syncing your secrets to the destination. Sync Created