Andrey Smirnov b2e2079088 fix: properly encrypt IPv6 endpoints
I somehow assumes AES block size is equal to key size (32 bytes), but
that is not the fact. AES block size is always 16 bytes, so for IPv6
endpoints (and longer endpoints in general) we have to encrypt every
block.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2021-09-29 22:21:03 +03:00
2021-09-29 22:21:03 +03:00
2021-05-02 14:27:49 -07:00
2021-09-23 15:52:42 +03:00

Talos Discovery Service (for KubeSpan)

Discovery Service provides cluster membership and KubeSpan peer information for Talos clusters.

Overview

Discovery Service provides centralized service for Talos nodes to exchange information about nodes of the cluster.

Talos runs "official" instance of the service, and anyone can run their own instance on-prem or in the cloud.

Discovery service doesn't store any data, all data is ephemeral and is kept only in memory. Node information is expired (if not updated) after 30 minutes. Discovery service doesn't see actual node information, it only stores and updates encrypted blobs. Discovery data should be submitted encrypted by the client, and service doesn't have the encryption key.

Description
Discovery Service provides cluster membership and KubeSpan peer information for Talos Linux clusters.
Readme BUSL-1.1 430 KiB
Languages
Go 85%
Makefile 5.8%
Dockerfile 5.2%
Shell 2.5%
HTML 1.5%