We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d711b commit 7a39effCopy full SHA for 7a39eff
1 file changed
cmd/socket-proxy/main.go
@@ -78,6 +78,7 @@ func main() {
78
}
79
if len(cfg.ProxyContainerName) > 0 {
80
slog.Info("Proxy container name provided", "proxycontainername", cfg.ProxyContainerName)
81
+ slog.Info("per-container allowlists enabled!")
82
} else {
83
// we only log this on DEBUG level because providing the socket-proxy container name
84
// enables the use of labels to specify per-container allowlists
0 commit comments