wip: nix unit + secret delivery for the callout responder
This commit is contained in:
parent
3a75c54bcb
commit
207fc4d2a6
3 changed files with 142 additions and 0 deletions
|
|
@ -150,6 +150,12 @@ in
|
|||
# Uses the same per-bin extractor, just bound on its own.
|
||||
swarm-controller = mkBinPackage "swarm-controller" "hyperhive swarm-level controller daemon";
|
||||
|
||||
# The queue's auth-callout responder. Out of `daemonBins` for the same
|
||||
# reason as the two above and one more: it runs *inside* the swarm-nats
|
||||
# container, not on the host, so it belongs in that container's closure
|
||||
# rather than every hive's.
|
||||
swarm-nats-auth = mkBinPackage "swarm-nats-auth" "hyperhive swarm queue auth-callout responder";
|
||||
|
||||
# The swarm operator's CLI, out of `daemonBins` for the same reason as
|
||||
# the daemon above: it is installed by the swarm-controller module on
|
||||
# the one host that runs the controller, and belongs in that hive's
|
||||
|
|
|
|||
Loading…
Reference in a new issue