mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-03-31 15:07:49 +01:00
feat: add support for node attributes
This commit is contained in:
@@ -28,6 +28,7 @@ message ACLPolicy {
|
||||
map<string, google.protobuf.ListValue> tagowners = 4;
|
||||
optional AutoApprovers autoapprovers = 5;
|
||||
repeated SSHRule ssh = 6;
|
||||
repeated NodeAttr nodeattrs = 7;
|
||||
}
|
||||
|
||||
message ACL {
|
||||
@@ -48,3 +49,8 @@ message SSHRule {
|
||||
repeated string users = 4;
|
||||
string checkperiod = 5;
|
||||
}
|
||||
|
||||
message NodeAttr {
|
||||
repeated string target = 1;
|
||||
repeated string attr = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user