vendor_fabric.secrets_sync.bundles¶
Deterministic merge bundle identifiers.
Module Contents¶
Functions¶
Return the deterministic bundle id for an ordered source sequence. |
|
Return a generic merge 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.