talos/pkg/grpc
Andrey Smirnov b2b86a622e fix: remove 'token creds' from maintenance service
This fixes the reverse Go dependency from `pkg/machinery` to `talos`
package.

Add a check to `Dockerfile` to prevent `pkg/machinery/go.mod` getting
out of sync, this should prevent problems in the future.

Fix potential security issue in `token` authorizer to deny requests
without grpc metadata.

In provisioner, add support for launching nodes without the config
(config is not delivered to the provisioned nodes).

Breaking change in `pkg/provision`: now `NodeRequest.Type` should be set
to the node type (as config can be missing now).

In `talosctl cluster create` add a flag to skip providing config to the
nodes so that they enter maintenance mode, while the generated configs
are written down to disk (so they can be tweaked and applied easily).

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2020-11-09 14:10:32 -08:00
..
dialer fix: don't proxy gRPC unix connections 2020-02-10 05:37:50 -08:00
factory chore: enable gci linter 2020-11-09 08:09:48 -08:00
gen chore: enable gci linter 2020-11-09 08:09:48 -08:00
middleware fix: remove 'token creds' from maintenance service 2020-11-09 14:10:32 -08:00
proxy/backend chore: enable gci linter 2020-11-09 08:09:48 -08:00