mirror of
https://github.com/juanfont/headscale.git
synced 2025-10-15 05:59:51 +00:00
add acl_tags to PreAuthKey proto
This commit is contained in:
@@ -13,6 +13,7 @@ message PreAuthKey {
|
||||
bool used = 6;
|
||||
google.protobuf.Timestamp expiration = 7;
|
||||
google.protobuf.Timestamp created_at = 8;
|
||||
repeated string acl_tags = 9;
|
||||
}
|
||||
|
||||
message CreatePreAuthKeyRequest {
|
||||
@@ -20,6 +21,7 @@ message CreatePreAuthKeyRequest {
|
||||
bool reusable = 2;
|
||||
bool ephemeral = 3;
|
||||
google.protobuf.Timestamp expiration = 4;
|
||||
repeated string acl_tags = 5;
|
||||
}
|
||||
|
||||
message CreatePreAuthKeyResponse {
|
||||
|
Reference in New Issue
Block a user