Elektrine lite

← Feed

@pid_eins@mastodon.social

Post #574087

2026-03-02 07:40 UTC

2️⃣ Here's the 2nd post highlighting key new features of the upcoming v260 release of systemd. #systemd260 #systemd systemd is adopting the IPC system in more and more places. One nice thing about Varlink is that it is conceptually close to HTTP, in its request/response semantics. This is on purpose to make bridging the web world and the low-level system world easy. @michaelvogt has beeing working on a Varlink/HTTP bridge in Rust, with various bells and whistles, including…

Replies (2)

  • @pid_eins@mastodon.social 2026-03-02 07:43

    …the ability to authenticate connections via classic SSH keys (mutual TLS is supported too of course). The bridge can be used to expose local Varlink services to remote peers via HTTP, opening up those services to the HTTP world. But sometimes the other direction is useful too: i.e. being able to access remote Varlink services exposed via HTTP via sd-varlink + varlinkctl. With v260 that's easy to do: if you specify a Varlink service not via an AF_UNIX socket path, but via an HTTP URL…

    Open ##1496854

  • @diegovsky@bolha.us 2026-03-02 10:47

    @pid_eins @michaelvogt can varlink have streaming responses?

    Open ##1496871