refactor/openbao-instance #312
Reference in New Issue
Block a user
No description provided.
Delete Branch "refactor/openbao-instance"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.