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

[vnet] add windows tsh cli commands #50935

Merged
merged 5 commits into from
Jan 14, 2025
Merged

[vnet] add windows tsh cli commands #50935

merged 5 commits into from
Jan 14, 2025

Conversation

nklaassen
Copy link
Contributor

This PR slightly refactors the VNet tsh CLI commands and adds stubs for the commands that are going to be added for Windows VNet support.

This PR refactors the VNet tsh CLI commands and adds stubs for the
commands that are going to be added for Windows VNet support.
@nklaassen nklaassen requested a review from ravicious January 10, 2025 02:26
@github-actions github-actions bot added size/sm tsh tsh - Teleport's command line tool for logging into nodes running Teleport. labels Jan 10, 2025
@ravicious
Copy link
Member

Does this include the feedback that Alan left on #50468? Maybe it'd make sense to take Noah and Bartosz out of this PR and assign it to Alan too?

Copy link
Contributor

@codingllama codingllama left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks for splitting the PR! 🎉

@@ -0,0 +1,94 @@
// Teleport
// Copyright (C) 2024 Gravitational, Inc.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Friendly reminder to update your templates (if any) to 2025. I suppose this was written in 2024 so it's probably fine? (Obligatory I'm not a lawyer.)

Comment on lines 57 to 60
go func() {
<-cf.Context.Done()
processManager.Close()
}()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could alternatively use context.AfterFunc.

@nklaassen nklaassen added the no-changelog Indicates that a PR does not require a changelog entry label Jan 13, 2025
@nklaassen nklaassen enabled auto-merge January 13, 2025 21:52
@nklaassen nklaassen added this pull request to the merge queue Jan 13, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 13, 2025
@nklaassen nklaassen added this pull request to the merge queue Jan 13, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 14, 2025
@nklaassen nklaassen added this pull request to the merge queue Jan 14, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 14, 2025
@nklaassen nklaassen added this pull request to the merge queue Jan 14, 2025
Merged via the queue into master with commit 0352610 Jan 14, 2025
41 checks passed
@nklaassen nklaassen deleted the nklaassen/vnet-tsh branch January 14, 2025 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog Indicates that a PR does not require a changelog entry size/sm tsh tsh - Teleport's command line tool for logging into nodes running Teleport.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants