You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on v2.3.0-8-g481ef94 (latest master at the time of writing).
Following Quick Start guide, starting teleport from scratch (no config file or previous state):
[vagrant@node-1 ~]$ sudo ./teleport start
After that, an attempt to join a node fails with:
[vagrant@node-2 ~]$ sudo ./teleport start --roles=node --token=775ccbf23fab7cd4f1807a03d9f8e896 --auth-server=192.168.121.127:3025
ERRO [Node] failed to join the cluster: access denied to 'f12ae7cb-6679-41e3-828c-7805246ac656': bad username or credentials file="service/service.go:622" func="service.(*TeleportProcess).RegisterWithAuthServer.func1"
And the corresponding error on the auth server:
ERRO token validation error: failed to validate: kind: kind is required,spec: spec is required,name: name is required file="auth/tun.go:594" func="auth.(*AuthTunnel).passwordAuth"
Also, listing tokens also fails. This happens right after clean start, even before a join attempt:
[vagrant@node-1 ~]$ sudo ./tctl tokens ls
failed to validate: kind: kind is required,spec: spec is required,name: name is required
The text was updated successfully, but these errors were encountered:
I'm on
v2.3.0-8-g481ef94
(latest master at the time of writing).Following Quick Start guide, starting teleport from scratch (no config file or previous state):
After that, an attempt to join a node fails with:
And the corresponding error on the auth server:
Also, listing tokens also fails. This happens right after clean start, even before a join attempt:
The text was updated successfully, but these errors were encountered: