Conversation
5e7f06a to
435a16d
Compare
67274f6 to
11ba59b
Compare
espadolini
reviewed
Jun 26, 2023
b976c6b to
31501ae
Compare
11ba59b to
f877aa2
Compare
31501ae to
9c59791
Compare
07aa2ce to
0a0d728
Compare
9c59791 to
95fd305
Compare
0a0d728 to
dfa3ceb
Compare
c0900b1 to
1965af5
Compare
gzdunek
approved these changes
Jun 28, 2023
espadolini
approved these changes
Jun 28, 2023
* Add WatchPendingHeadlessAuthentications rpc.
77187e9 to
b238115
Compare
Joerger
added a commit
that referenced
this pull request
Jul 11, 2023
* Add WatchPendingHeadlessAuthentications rpc.
Joerger
added a commit
that referenced
this pull request
Aug 1, 2023
* Add WatchPendingHeadlessAuthentications rpc.
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Aug 2, 2023
* * Enable headless authentication event watch. (#28234) * Add WatchPendingHeadlessAuthentications rpc. * Fix headless authentication matching logic for watcher (#28843) * Fix headless authentication matching logic for watcher and add test. * Move hasWatchPermissionForKind to a separate function. * Clean up hasWatchPermissionForKind. * Cleanup test code with suggestions from review. * Refactor Gateway Cert Reissuer and tshd events client (#28782) * - Move tshd events client into the daemon service. - Replace gatway cert reissuer with a more reusable retryWithRelogin method. * Resolve comments. * Teleport Connect headless watcher (#28844) * Implement headless watcher backend for Teleport Connect. * Add headless watcher to tshd daemon service. * Add SendPendingHeadlessAuthentication rpc to tshd events service. * Add UpdateHeadlessAuthenticationState rpc to the daemon service. * Address comments. * Tune Headless Watcher retry logic in Teleport Connect (#29410) * Reduce headless watcher max backoff period to 90s; Propogate watcher error properly; Don't retry on not implemented error. * Stop watcher if it wasn't stopped already. * Implement headless watcher approval logic in the Electron App. (#29097) * Fix uncaught merge conflict. * Fix call count race condition; Fix grpc server stop race condition; Make timeout less aggressive. (#29880)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR:
rpc WatchPendingHeadlessAuthenticationswhich will be used by Teleport Connect to poll/watch for pending headless authentications for a user.rpc WatchEventsin order to maintain a headless authentications stub on the server side, which is necessary for a headless authentication request to get inserted into the backend.Updates #27137