1. e4a4ce1 metropolis: finish implementing TPMMode by Serge Bazanski · 2 years, 6 months ago
  2. 5df62ba metropolis: implement cluster configuration by Serge Bazanski · 2 years, 6 months ago
  3. 2cfafc9 metropolis/node/kubernetes: move worker services to KubernetesWorker nodes by Serge Bazanski · 2 years, 6 months ago
  4. 98e05e1 metropolis/*: confine etcd output in tests by Serge Bazanski · 2 years, 5 months ago
  5. 29974f3 m/p/logtree: pipe to t.Log in tests instead of stdout by Serge Bazanski · 2 years, 5 months ago
  6. bc73972 m/n/core/curator: prevent nodes from sharing wireguard keys by Serge Bazanski · 2 years, 6 months ago
  7. 8535cb5 m/n/core/rpc: implement node verification in authenticated connections by Serge Bazanski · 2 years, 6 months ago
  8. 30fd154 m/n/core/curator: return denormalized node id in GetNodes by Serge Bazanski · 2 years, 6 months ago
  9. 03139ef m/n/c/curator: tell filter users what's wrong with their filter expression by Serge Bazanski · 2 years, 6 months ago
  10. 6778878 m/n/core/curator: check that pubkey is given when expecting self-signed certificate by Serge Bazanski · 2 years, 6 months ago
  11. e6bc227 m/n/c/curator: implement cluster networking storage by Serge Bazanski · 2 years, 6 months ago
  12. 218d708 m/n/core/curator: fix another crash in IssueCertificates by Serge Bazanski · 2 years, 6 months ago
  13. c25ca5d m/n/core/curator: fix crash in IssueCertificates by Serge Bazanski · 2 years, 6 months ago
  14. fe39cc2 m/n/c/curator: implement IssueCertificate for Kubernetes Workers by Serge Bazanski · 2 years, 6 months ago
  15. 37110c3 m/pkg/event: make type-safe by Serge Bazanski · 2 years, 6 months ago
  16. bfc2807 m/node/core: fix up resolver keepalives by Serge Bazanski · 2 years, 6 months ago
  17. 15f7f63 metropolis: rename KubernetesWorker to KubernetesController, add no-op KubernetesWorker by Serge Bazanski · 2 years, 6 months ago
  18. 9c315f1 m/p/api: UpdateNodeRoles: identify by node IDs by Mateusz Zalega · 3 years, 1 month ago
  19. 28800ad m/p/common: use protobuf.Timestamp in NodeStatus by Mateusz Zalega · 3 years, 2 months ago
  20. 2a64fff m/n/c/curator: lower leader failover TTL to 10s by Serge Bazanski · 3 years, 3 months ago
  21. 966d40c m/proto: Add RunningCurator to status, report in status pusher by Serge Bazanski · 3 years, 3 months ago
  22. 05c1db9 m/n/c/rpc: remove leftover ClusterServices by Serge Bazanski · 3 years, 3 months ago
  23. 944cb53 m/p/api: use protobuf.Duration in Management.Node by Mateusz Zalega · 3 years, 3 months ago
  24. 5055d72 m/n/c/curator: test role filtering in GetNodes by Mateusz Zalega · 3 years, 3 months ago
  25. 268dd8c m/n/c/curator: add CuratorLocal.GetCurrentLeader by Serge Bazanski · 3 years, 3 months ago
  26. 949e425 m/node: fix etcd join data assigned to first node by Serge Bazanski · 3 years, 3 months ago
  27. 5e9cb57 m/n/c/rpc: replace SetupExternalGRPC with an option generator by Serge Bazanski · 3 years, 4 months ago
  28. 2175ec9 m/p/api: rename Node.HeartbeatTimestamp by Mateusz Zalega · 3 years, 3 months ago
  29. bb2edbe m/n/c/curator: add Management.UpdateNodeRoles by Mateusz Zalega · 3 years, 3 months ago
  30. 05e420d m/n/curator: return complete roleset from GetNodes by Mateusz Zalega · 3 years, 3 months ago
  31. 955e46e m/n/c/curator: add result filtering to GetNodes by Mateusz Zalega · 3 years, 4 months ago
  32. 32b1929 m/n/core: implement node heartbeats by Mateusz Zalega · 3 years, 4 months ago
  33. 2d91aa3 curator: remove dispatch system by Serge Bazanski · 3 years, 5 months ago
  34. defff52 metropolis: fix tests using etcd by Serge Bazanski · 3 years, 4 months ago
  35. 2930e99 m/n/c/{cluster,roleserve}: implement Join Flow by Mateusz Zalega · 3 years, 5 months ago
  36. 312a227 m/n/c/curator: implement Join Flow by Mateusz Zalega · 3 years, 5 months ago
  37. fdc3a24 third_party/go: fix `go mod tidy` by Serge Bazanski · 3 years, 5 months ago
  38. d13c1c6 treewide: switch to gomod and bump everything by Lorenz Brun · 3 years, 6 months ago
  39. 399ce55 m/n/core/rpc: provide lower-level gRPC dialing constructs by Serge Bazanski · 3 years, 6 months ago
  40. f3c4b42 m/n/core/rpc: remove leftover local/external listener abstractions by Serge Bazanski · 3 years, 6 months ago
  41. 58cf3bc m/n/core: remove local listener from curator by Serge Bazanski · 3 years, 6 months ago
  42. 5839e97 m/n/core/{curator,cluster}: refactor against new Consensus API by Serge Bazanski · 3 years, 10 months ago
  43. 5a637b0 m/n/c/curator: inject Spans into RPCs, log events by Serge Bazanski · 3 years, 7 months ago
  44. fb0fb6d m/n/c/rpc: implement Span/Trace by Serge Bazanski · 3 years, 7 months ago
  45. 764a2de tree-wide: rewrite ioutil functions to their replacements by Lorenz Brun · 3 years, 10 months ago
  46. a7d65e1 m/n/c/curator: deflake leader election test by Serge Bazanski · 3 years, 10 months ago
  47. 030a551 m/n/c/curator: factor out node{Load,Save} by Serge Bazanski · 3 years, 10 months ago
  48. cb1e4da m/n/c/curator: implement Curator.CommitNode by Serge Bazanski · 3 years, 10 months ago
  49. 1612d4b m/n/c/curator: implement Management.ApproveNode by Serge Bazanski · 3 years, 10 months ago
  50. 5611447 m/n/c/curator: implement Management.GetNodes by Serge Bazanski · 4 years ago
  51. fbd38e2 m/proto: switch from CA pubkey to CA certificate in ClusterDirectory/Register by Serge Bazanski · 4 years ago
  52. 516d300 m/n/c/curator: implement Curator.RegisterNode by Serge Bazanski · 4 years ago
  53. f73d8a9 m/n/c/network/hostsfile: implement by Serge Bazanski · 3 years, 10 months ago
  54. 80861fd m/n/c/curator: implement Watching NodesInCluster by Serge Bazanski · 3 years, 10 months ago
  55. 8d45a05 m/pkg/event/etcd: implement ranged watchers by Serge Bazanski · 3 years, 11 months ago
  56. 2f58ac0 m/n/c/curator: return CA public key in GetClusterInfo by Serge Bazanski · 4 years ago
  57. bc671d0 m/n/core: implement GetClusterInfo by Serge Bazanski · 4 years ago
  58. 3be4832 m/n/c/curator: share locks across leader service instances by Serge Bazanski · 4 years ago
  59. 27b6c4f m/n/c/curator: use UnimplementedXXX stubs for follower unimplemented code by Serge Bazanski · 4 years ago
  60. 2893e98 m/n/c/curator: add UpdateStatus by Serge Bazanski · 4 years ago
  61. 3379a5d m/n/core: factor out gRPC/TLS into rpc and identity libraries by Serge Bazanski · 4 years ago
  62. bc7614e m/n/c/curator: fix watch fail on context timeout by Serge Bazanski · 4 years ago
  63. 080f7ff m/n/core/curator: add thin etcd storage abstraction by Serge Bazanski · 4 years ago
  64. d7d6e02 m/n/core/rpc: create library for common gRPC functions by Serge Bazanski · 4 years ago
  65. 9ffa1f9 m/n/core/curator: authenticated RPC by Serge Bazanski · 4 years ago
  66. 6bd4159 m/node: add Management service, implement GetRegisterTicket RPC by Serge Bazanski · 4 years, 1 month ago
  67. c1bf6aa m/n/core/curator: fix listener stuckness on restarts by Serge Bazanski · 4 years, 1 month ago
  68. 41d275a m/n/c/curator: implement AAA.Escrow for initial owner pubkey by Serge Bazanski · 4 years, 1 month ago
  69. 5b2ae55 m/n/c/curator: listen on public gRPC by Serge Bazanski · 4 years, 1 month ago
  70. 0375871 m/n/core: save owner public key in etcd by Serge Bazanski · 4 years, 1 month ago
  71. a41caac m/pkg/pki: forbid External/Managed certificates without name by Serge Bazanski · 4 years, 1 month ago
  72. 5253884 m/pkg/pki: refactor, allow for external certificates by Serge Bazanski · 4 years, 1 month ago
  73. 99f4774 curator: provisions for implementing multiple gRPC services by Serge Bazanski · 4 years, 1 month ago
  74. 439b95e m/n/c/{cluster,curator}: move NodeCredentials to cluster by Serge Bazanski · 4 years, 2 months ago
  75. 0d93777 m/n/core/roleserver: implement by Serge Bazanski · 4 years, 3 months ago
  76. 79fc1e9 metropolis/*: move tests to supervisor harness by Serge Bazanski · 4 years, 2 months ago
  77. f0b4da5 m/n/core/curator: implement leader and Node/PKI state by Serge Bazanski · 4 years, 3 months ago
  78. 3c885de m/n/core/curator: implement gRPC listener by Serge Bazanski · 4 years, 3 months ago
  79. 76003f8 m/n/core/curator: implement leader election by Serge Bazanski · 4 years, 3 months ago
  80. 63fabd9 m/n/c/curator/proto: add API proto by Serge Bazanski · 4 years, 3 months ago