Skip to content

Commit 7a39eff

Browse files
committed
Log if per-container allowlists are enabled
1 parent a2d711b commit 7a39eff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/socket-proxy/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ func main() {
7878
}
7979
if len(cfg.ProxyContainerName) > 0 {
8080
slog.Info("Proxy container name provided", "proxycontainername", cfg.ProxyContainerName)
81+
slog.Info("per-container allowlists enabled!")
8182
} else {
8283
// we only log this on DEBUG level because providing the socket-proxy container name
8384
// enables the use of labels to specify per-container allowlists

0 commit comments

Comments
 (0)