-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve teleport configure subcommand #5559
Labels
feature-request
Used for new features in Teleport, improvements to current should be #enhancements
getting-started
Features and bugs for beginner users, individuals, OSS users
ux
Milestone
Comments
Related to #3248 |
klizhentas
added a commit
that referenced
this issue
Feb 16, 2021
Fixes #5559 Configure with -o file create file /etc/teleport.yaml. This commit optimizes configure for getting users started instead of generating sample files. ```bash teleport configure -o file --cluster-name=example.com --acme [email protected] ```
klizhentas
added a commit
that referenced
this issue
Feb 18, 2021
Fixes #5559 Configure with -o file create file /etc/teleport.yaml. This commit optimizes configure for getting users started instead of generating sample files. ```bash teleport configure -o file --cluster-name=example.com --acme [email protected] ```
Merged
klizhentas
added a commit
that referenced
this issue
Feb 19, 2021
Fixes #5559 Configure with -o file create file /etc/teleport.yaml. This commit optimizes configure for getting users started instead of generating sample files. ```bash teleport configure -o file --cluster-name=example.com --acme [email protected] ```
russjones
pushed a commit
that referenced
this issue
Feb 20, 2021
Fixes #5559 Configure with -o file create file /etc/teleport.yaml. This commit optimizes configure for getting users started instead of generating sample files. ```bash teleport configure -o file --cluster-name=example.com --acme [email protected] ```
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature-request
Used for new features in Teleport, improvements to current should be #enhancements
getting-started
Features and bugs for beginner users, individuals, OSS users
ux
What
It should ask you a couple of questions and generate a valid teleport.yaml and write it to the disk.
What is your cluster name? (For example example.com). Cluster name can not be changed, so pick a unique name. If you choose a name that matches your domain name, configuration will be easier.
Backend? Dir by default.
Acme. Should offer acme for auto cert generation
Should print the survey at the end.
Test
teleport configure --test /path
should test config for errors.The text was updated successfully, but these errors were encountered: