vendor_fabric.secrets_sync.bundles

Deterministic merge bundle identifiers.

Module Contents

Functions

bundle_id

Return the deterministic bundle id for an ordered source sequence.

bundle_path

Return a generic merge bundle path.

target_bundle_path

Return a target-scoped merge bundle path.

API

vendor_fabric.secrets_sync.bundles.bundle_id(sources: list[str]) str

Return the deterministic bundle id for an ordered source sequence.

vendor_fabric.secrets_sync.bundles.bundle_path(mount: str, sources: list[str]) str

Return a generic merge bundle path.

vendor_fabric.secrets_sync.bundles.target_bundle_path(mount: str, target_name: str, sources: list[str]) str

Return a target-scoped merge bundle path.