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
-4
View File
@@ -1,10 +1,6 @@
package config
import "uncloud/internal/secret"
type Cluster struct {
Name string `toml:"-"`
Connections []MachineConnection `toml:"connections"`
// UserPrivateKey is the user's WireGuard private key used to connect to cluster machines.
UserPrivateKey secret.Secret `toml:"user_private_key"`
}