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
To install Teleport on a server at the moment you have to do the following.
Add the provisioning token to teleport.yaml or pass it on the command line.
Start Teleport and wait for /var/lib/teleport to be initialized.
Shut down Teleport.
Remove the token from either teleport.yaml or command line.
Star Teleport.
While not difficult to script, it is a bit cumbersome.
Proposed Solution
Teleport should support an "initialize mode" where the token can be passed in using a environment variable or read in from a file on disk. Teleport would read in the provisioning token, initialize /var/lib/teleport and quit.
Then Teleport can be started without the token as it normally would.
The text was updated successfully, but these errors were encountered:
Problem
To install Teleport on a server at the moment you have to do the following.
teleport.yaml
or pass it on the command line./var/lib/teleport
to be initialized.teleport.yaml
or command line.While not difficult to script, it is a bit cumbersome.
Proposed Solution
Teleport should support an "initialize mode" where the token can be passed in using a environment variable or read in from a file on disk. Teleport would read in the provisioning token, initialize
/var/lib/teleport
and quit.Then Teleport can be started without the token as it normally would.
The text was updated successfully, but these errors were encountered: