-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Feature description
Description:
At the moment, Infisical does not synchronize nested secret directories when setting up a sync integration (e.g. with Vault). This means that for the same connection, it is required to create a separate sync configuration for each directory, which becomes cumbersome when working with projects that have a deep or complex secret structure.
Expected behavior:
When configuring synchronization at a top-level directory, Infisical should also be able to recursively synchronize all nested directories (and their secrets) with the target system (e.g. Vault).
Why would it be useful?
Simplifies sync configuration for large projects
Reduces duplication of integration settings
Makes secret management more maintainable and scalable
Currently, to sync all environments, one must configure multiple syncs (/dev/db, /dev/api, /staging, /prod, etc.).
With recursive sync, a single sync on /project would propagate secrets from all nested directories.
Feature request:
Add an option (e.g. recursive: true) in sync settings to enable synchronization of all subdirectories under the chosen path.