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

Refine Authentication apis, clarify deprecation and migration #2865

Merged
merged 4 commits into from
Oct 11, 2022

Conversation

niloc132
Copy link
Member

Partial #2564

@@ -99,12 +107,12 @@ message HandshakeRequest {
* - protocol = 0: most recent HandshakeResponse payload
* - protocol = 1: payload is BasicAuth
*/
sint32 auth_protocol = 1;
sint32 auth_protocol = 1 [deprecated=true];
Copy link
Member

Choose a reason for hiding this comment

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

Is it possible to deprecate the whole HandshakeRequest object, or no?

Copy link
Member Author

Choose a reason for hiding this comment

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

It appears not. I used the answer at https://stackoverflow.com/a/43380742/860630 to guide this change, and spam the "this is deprecated, plan on us removing it!" notices.

@niloc132 niloc132 merged commit 7d6b4ff into deephaven:main Oct 11, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Oct 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants