Skip to content

Commit

Permalink
Adding exclude namespace policy in the eBPF Access Log Protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu committed Jun 4, 2024
1 parent dcd1679 commit 4732159
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ebpf/accesslog.proto
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ message EBPFAccessLogNodeInfo {
Instant bootTime = 3;
// Cluster name
string clusterName = 4;
// Policy for the access log
EBPFAccessLogPolicy policy = 5;
}

message EBPFAccessLogPolicy {
// Which namespaces should be excluded to generate the connection
repeated string excludeNamespaces = 1;
}

message EBPFAccessLogNodeNetInterface {
Expand Down

0 comments on commit 4732159

Please sign in to comment.