Files

8 lines
364 B
Python

"""monky-deployd — the on-box pull agent for Monky backends (MONKY-ADR-0028).
Dials monky-tenancy over the mesh with the box's host identity, fetches the rendered bundle,
leases a deploy grant, logs in to OpenBao, reads its own secrets, runs `docker compose`,
reports. Stdlib only; the optional `openziti` SDK is the `sdk` transport."""
__version__ = "0.1.10"