-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add Session tracker to DB, App, and Windows Desktop Sessions #12304
Conversation
cfb1e18
to
b731877
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Partial review, will wrap-up tomorrow.
…/teleport into joerger/track-all-sessions
ac19479
to
4d0de2e
Compare
4d0de2e
to
c3a826f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xacrimon Can you take a look as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nothing other what @r0mant found
…/comments to clarify the function of app session chunks.
96fc4c1
to
d865ed6
Compare
This PR generalizes session tracker logic and extends it to DB, App, and Windows Desktop sessions.
Issue background: #12131 (comment)
TODO:
Fixes #12131, #12232