Add Session tracker to DB, App, and Windows Desktop Sessions#12304
Merged
Conversation
cfb1e18 to
b731877
Compare
r0mant
reviewed
Apr 29, 2022
Collaborator
r0mant
left a comment
There was a problem hiding this comment.
I know it's a draft, just took a quick look.
Deprectate CreateSessionTracker in backwards compatible way. Add Session tracker helper functions. Update kube session tracker expiry logic. Add session tracker to db sessions.
48443c0 to
d01ad4a
Compare
38ebdb7 to
4020281
Compare
codingllama
reviewed
May 2, 2022
Contributor
codingllama
left a comment
There was a problem hiding this comment.
Partial review, will wrap-up tomorrow.
…/teleport into joerger/track-all-sessions
ac19479 to
4d0de2e
Compare
4d0de2e to
c3a826f
Compare
r0mant
reviewed
May 10, 2022
…/comments to clarify the function of app session chunks.
96fc4c1 to
d865ed6
Compare
codingllama
reviewed
May 11, 2022
r0mant
approved these changes
May 11, 2022
2 tasks
Joerger
added a commit
that referenced
this pull request
May 12, 2022
Joerger
added a commit
that referenced
this pull request
Oct 5, 2022
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 generalizes session tracker logic and extends it to DB, App, and Windows Desktop sessions.
Issue background: #12131 (comment)
TODO:
Fixes #12131, #12232