constellation/coordinator/pubapi
Nils Hanke 68092f27dd AB#2046 : Add option to create SSH users for the first coordinator upon initialization (#133)
* Move `file`, `ssh` and `user` packages to internal
* Rename `SSHKey` to `(ssh.)UserKey`
* Rename KeyValue / Publickey to PublicKey
* Rename SSH key file from "debugd" to "ssh-keys"
* Add CreateSSHUsers function to Core
* Call CreateSSHUsers users on first control-plane node, when defined in config

Tests:
* Make StubUserCreator add entries to /etc/passwd
* Add NewLinuxUserManagerFake for unit tests
* Add unit tests & adjust existing ones to changes
2022-05-16 17:32:00 +02:00
..
pubproto AB#2046 : Add option to create SSH users for the first coordinator upon initialization (#133) 2022-05-16 17:32:00 +02:00
coord_test.go AB#2046 : Add option to create SSH users for the first coordinator upon initialization (#133) 2022-05-16 17:32:00 +02:00
coord.go AB#2046 : Add option to create SSH users for the first coordinator upon initialization (#133) 2022-05-16 17:32:00 +02:00
core_test.go AB#2046 : Add option to create SSH users for the first coordinator upon initialization (#133) 2022-05-16 17:32:00 +02:00
core.go AB#2046 : Add option to create SSH users for the first coordinator upon initialization (#133) 2022-05-16 17:32:00 +02:00
multicoord_test.go extract shared grpcutil dialer from pubapi 2022-04-28 14:35:35 +02:00
multicoord.go Rename to contol plane/workers 2022-05-04 17:14:03 +02:00
node_test.go extract shared grpcutil dialer from pubapi 2022-04-28 14:35:35 +02:00
node.go Add VPNIP to nodestate 2022-04-28 14:35:35 +02:00
pubapi_test.go Remove checks for leaking flushDaemon 2022-05-04 17:16:40 +02:00
pubapi.go pubapi: extract StartVPNAPIServer and StartUpdateLoop as separate functions 2022-04-28 14:35:35 +02:00
vpn_test.go Add GetVPNPeers pubapi endpoint 2022-04-28 14:35:35 +02:00
vpn.go Add GetVPNPeers pubapi endpoint 2022-04-28 14:35:35 +02:00