feat: add support for protocol in acl rules

This commit is contained in:
Johan Siebens
2024-01-19 10:21:30 +01:00
parent 980ab1bc46
commit 7fa31bdf1f
16 changed files with 163 additions and 46 deletions
+1
View File
@@ -35,6 +35,7 @@ message ACL {
string action = 1;
repeated string src = 2;
repeated string dst = 3;
string proto = 4;
}
message AutoApprovers {