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

fix: JS API should use GetConfigurationConstants for auth calls #5959

Merged
merged 2 commits into from
Aug 22, 2024

Conversation

niloc132
Copy link
Member

@niloc132 niloc132 commented Aug 20, 2024

In addition to more closely following what other Deephaven clients do, this prevents an issue where Open/Next pairs of gRPC calls (to emulate a bidirectional call) can race each other to redeem a one-time use auth token.

Fixes #5955

@niloc132
Copy link
Member Author

Confirmed by @abaranec to resolve the issue. Should be backported to 0.36.1.

@niloc132 niloc132 merged commit 7b13def into deephaven:main Aug 22, 2024
17 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Aug 22, 2024
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.

JSAPI duplicates authentication header in Open/Next handshake requests
2 participants