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

Grpc 1.45+ support #157

Merged
merged 7 commits into from
Nov 9, 2023
Merged

Grpc 1.45+ support #157

merged 7 commits into from
Nov 9, 2023

Conversation

jsoo1
Copy link
Contributor

@jsoo1 jsoo1 commented Nov 8, 2023

No description provided.

@paulbrauner-da
Copy link

paulbrauner-da commented Nov 8, 2023

Hello, I was working on a similar change on my side but couldn't get the nix bits to work. If I understand your PR correctly, after this change the gRCP-haskell library won't let you create insecure connections anymore.

I think there is a way to preserve the existing API, which allows to create insecure connections. The grpc C library lets you create insecure credentials, which you can then pass to grpcChannelCreate in the case where clientSSLConfig is Nothing.

@jsoo1
Copy link
Contributor Author

jsoo1 commented Nov 8, 2023

Oh hey! Thanks for the tip! I think that should push this over the line!

rkaippully and others added 2 commits November 8, 2023 19:40
Instead of making secure connections mandatory, use insecure
credentials to keep existing API unchanged.
It seems as though the `./Setup sdist` now unsets the executable bit.
@jsoo1 jsoo1 marked this pull request as ready for review November 8, 2023 17:57
@jsoo1 jsoo1 merged commit 2f30434 into master Nov 9, 2023
2 checks passed
@jsoo1 jsoo1 deleted the grpc-1.46 branch November 9, 2023 06:16
@paulbrauner-da
Copy link

Thanks a lot, @jsoo1!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants