mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-03-31 15:07:49 +01:00
feat: implement tag owners
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user