remove the concept of cluster user (at least the current implementation)

This commit is contained in:
Pavel Sviderski
2024-10-02 11:50:40 +10:00
parent 4ec87db8e8
commit b688742e5a
5 changed files with 59 additions and 107 deletions
-1
View File
@@ -18,7 +18,6 @@ service Machine {
message InitClusterRequest {
string machineName = 1;
IPPrefix network = 2;
User user = 3;
}
message InitClusterResponse {