feat: implement tag owners

This commit is contained in:
Johan Siebens
2022-09-16 16:30:51 +02:00
parent 69dd1f6b95
commit b265fc42c7
11 changed files with 316 additions and 80 deletions
+1
View File
@@ -27,6 +27,7 @@ message ACLPolicy {
map<string, string> hosts = 1;
map<string, google.protobuf.ListValue> groups = 2;
repeated ACL acls = 3;
map<string, google.protobuf.ListValue> tag_owners = 4;
}
message ACL {