Skip to content
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

discover: generate config with --silent flag #44597

Merged
merged 1 commit into from
Jul 24, 2024
Merged

Conversation

zmb3
Copy link
Collaborator

@zmb3 zmb3 commented Jul 24, 2024

When you add a node through the discover flow, we use the teleport node configure command to generate a configuration file, and then we actually start Teleport.

By default, the configure command prints some hint messages telling the user to run teleport start, but this is not necessary in the discover flow since we start it up for you.

The --silent command was added to solve this, but we never went back and updated the install script to use it.

Closes #29518

When you add a node through the discover flow, we use the
teleport node configure command to generate a configuration file,
and then we actually start Teleport.

By default, the configure command prints some hint messages telling
the user to run teleport start, but this is not necessary in the discover
flow since we start it up for you.

The --silent command was added to solve this, but we never went back
and updated the install script to use it.

Closes #29518
@zmb3 zmb3 added no-changelog Indicates that a PR does not require a changelog entry backport/branch/v15 backport/branch/v16 labels Jul 24, 2024
@zmb3 zmb3 requested a review from r0mant July 24, 2024 15:24
@zmb3 zmb3 added this pull request to the merge queue Jul 24, 2024
Merged via the queue into master with commit 4da0d10 Jul 24, 2024
42 checks passed
@zmb3 zmb3 deleted the zmb3/discover-configure-node branch July 24, 2024 19:59
@public-teleport-github-review-bot

@zmb3 See the table below for backport results.

Branch Result
branch/v15 Create PR
branch/v16 Create PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/branch/v15 backport/branch/v16 no-changelog Indicates that a PR does not require a changelog entry size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Confusing error message in Teleport install script on MacOS
3 participants