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

[v13] Device Trust: tsh privilege elevation for TPM enrollment #27959

Merged
merged 32 commits into from Jun 16, 2023

Conversation

strideynet
Copy link
Contributor

Backport #27833 to branch/v13

strideynet and others added 30 commits June 16, 2023 17:55
Co-authored-by: Alan Parra <alan.parra@goteleport.com>
Co-authored-by: Alan Parra <alan.parra@goteleport.com>
Co-authored-by: Alan Parra <alan.parra@goteleport.com>
Co-authored-by: Alan Parra <alan.parra@goteleport.com>
Co-authored-by: Alan Parra <alan.parra@goteleport.com>
Co-authored-by: Alan Parra <alan.parra@goteleport.com>
Co-authored-by: Alan Parra <alan.parra@goteleport.com>
@github-actions github-actions bot added backport size/md tsh tsh - Teleport's command line tool for logging into nodes running Teleport. labels Jun 16, 2023
@@ -129,7 +129,7 @@ func enrollDevice(ctx context.Context, devices devicepb.DeviceTrustServiceClient
return err
}
case devicepb.OSType_OS_TYPE_WINDOWS:
solution, err := dev.SolveTPMEnrollChallenge(resp.GetTpmChallenge())
solution, err := dev.SolveTPMEnrollChallenge(resp.GetTpmChallenge(), false)
Copy link
Contributor

Choose a reason for hiding this comment

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

Missing the "/* debug */" comment?

Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com>
@strideynet strideynet added this pull request to the merge queue Jun 16, 2023
Merged via the queue into branch/v13 with commit 6c23839 Jun 16, 2023
20 checks passed
@strideynet strideynet deleted the bot/backport-27833-branch/v13 branch June 16, 2023 18:41
@r0mant r0mant mentioned this pull request Jul 14, 2023
@fheinecke fheinecke mentioned this pull request Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport size/md 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.

None yet

3 participants