Skip to content

Support recursive synchronization of nested secret directories #4402

@sor88

Description

@sor88

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions