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

TLS connection integration tests #6421

Open
devinrsmith opened this issue Nov 22, 2024 · 0 comments
Open

TLS connection integration tests #6421

devinrsmith opened this issue Nov 22, 2024 · 0 comments
Labels
feature request New feature or request triage
Milestone

Comments

@devinrsmith
Copy link
Member

As evidenced by the merge of #6401 (reverted via #6420), we should aim to have integration tests that exercise basic connectivity via each of the clients when the server has TLS enabled.

@devinrsmith devinrsmith added feature request New feature or request triage labels Nov 22, 2024
@devinrsmith devinrsmith added this to the Triage milestone Nov 22, 2024
niloc132 added a commit that referenced this issue Dec 10, 2024
Provides a contract for client applications to use a custom http/2
implementation. Roughly abstracted from our TypeScript grpc-web library,
with a few rough edges taken off, and no external dependencies.

Two integration tests are included, one which requires https (presently
only possible with manual testing, see #6421), and one which pretends to
contact the server but really responds to every request with a "success"
response and no payload.

No documentation required at this time, generated typescript includes
details on the new APIs.

Fixes #6404
niloc132 added a commit to niloc132/deephaven-core that referenced this issue Dec 10, 2024
Provides a contract for client applications to use a custom http/2
implementation. Roughly abstracted from our TypeScript grpc-web library,
with a few rough edges taken off, and no external dependencies.

Two integration tests are included, one which requires https (presently
only possible with manual testing, see deephaven#6421), and one which pretends to
contact the server but really responds to every request with a "success"
response and no payload.

No documentation required at this time, generated typescript includes
details on the new APIs.

Fixes deephaven#6404
devinrsmith pushed a commit that referenced this issue Dec 12, 2024
Provides a contract for client applications to use a custom http/2
implementation. Roughly abstracted from our TypeScript grpc-web library,
with a few rough edges taken off, and no external dependencies.

Two integration tests are included, one which requires https (presently
only possible with manual testing, see #6421), and one which pretends to
contact the server but really responds to every request with a "success"
response and no payload.

No documentation required at this time, generated typescript includes
details on the new APIs.

Fixes #6404
Backport #6476
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request triage
Projects
None yet
Development

No branches or pull requests

1 participant