Commit Graph

6 Commits

Author SHA1 Message Date
3f02f73e40 feature(krata): rename guest to zone 2024-07-18 20:42:55 -07:00
88a62441b1 Initial fluentd support (#205)
* fix(hack): use sudo -E when running Rust binaries

This makes it possible to pass envvars to the Krata runtime

* feat(o11y): add fluent sink to logs

This change adds fluent logging as an opt-in feature. Setting
`KRATA_LOG_FLUENT` with an address:port will start a TCP connection,
sending logs.

A later changes will respect a URI scheme and use structured logging.
2024-06-25 19:10:57 +00:00
6cef03bffa debug: common: run programs in a way that is compatible with alpine doas-sudo-shim (#53)
doas sudo shim (as used by Alpine) does not support passing through environment variables
in the same way that sudo does, therefore use `sh -c` instead.

Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
2024-04-12 09:20:34 +00:00
66465793cd krata: event-based network backend startup and api enhancements 2024-03-27 02:54:39 +00:00
f854dfe77a kratactl: freebsd build 2024-03-22 04:41:38 +00:00
e3a70e5595 hack: rename scripts to hack 2024-03-07 16:40:41 +00:00