Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tests/testenv.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
// SPDX-License-Identifier: AGPL-3.0-or-later

// IMPORTANT — Do not copy-paste daemon.Config values from this file into
// production code without review. In particular, AddDaemon and AddDaemonOnly
// both set Public: true so that test daemons can freely exchange messages
// without the handshake trust gate. Real deployments should use Public: false
// to enforce peer authentication. See pkg/daemon/services.go:166-170 for the
// trust-gate logic.

package tests

import (
Expand Down
Loading