fix: remove _ from tag_owners, make it more compliant

This commit is contained in:
Johan Siebens
2022-09-19 12:01:55 +02:00
parent 1702cf135e
commit 92ca75b7f4
3 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -27,7 +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;
map<string, google.protobuf.ListValue> tagowners = 4;
}
message ACL {