mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-03-31 15:07:49 +01:00
fix: remove _ from tag_owners, make it more compliant
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user