Files
harmony/examples/harmony_sso/src
Jean-Gabriel Gill-Couture 7638611b9f
All checks were successful
Run Check Script / check (pull_request) Successful in 2m21s
refactor(openbao): share OpenbaoInstance across deploy + setup scores
namespace/release/pod were duplicated as independent literals across
OpenbaoScore (hardcoded) and OpenbaoSetupScore (defaults) — pod was a
derived fact (`{release}-0`) stored as a literal that rots if release
changes, and namespace agreement was by coincidence. Introduce
OpenbaoInstance { namespace, release } with a derived pod(); both scores
take it. Only the shared identity moves; per-score knobs (host, tls,
kv_mount, policies, …) stay on their owner.
2026-05-29 17:32:26 -04:00
..