Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workloadattestor systemd: dbus use of closed network connection
Fixes spiffe#4315 The connection to system bus is shared and should not be closed after use in order to avoid errors on concurrent usage. It is typical to share the connection in the same process as per this explanation: godbus/dbus#179 (comment) In case of errors, this shared connection will detect that and attempt to reconnect: https://github.com/godbus/dbus/blob/v5.1.0/conn.go#L124.
- Loading branch information