-
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
Remove deprecated GetSessionChunk and GetSessionEvents APIs #46797
Remove deprecated GetSessionChunk and GetSessionEvents APIs #46797
Conversation
Welcome to |
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.
Do we still need WriteForSSHPlayback
or SSHPlaybackWriter
?
Co-authored-by: Zac Bergquist <[email protected]>
…m:gravitational/teleport into strideynet/remove-deprecated-session-apis
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.
Code looks good. I'll run it a bit this afternoon as well to see if antyhing looks off.
Note: there's a mention of GetSessionEvents
in a comment in lib/events/complete.go that can be removed now that there's no alternate API to be confused by.
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.
🚢
What started as trying to remove these APIs from the Auth Server HTTP API, quickly unravelled to reveal a bunch of code that could be deleted.
I'm not 100% certain on the changes I've made to the integrations tests, so would appreciate a closer eye on those to make sure I'm still asserting the same things.