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

feat: Allow client to connect over plaintext #406

Closed
kristofarkas opened this issue May 4, 2020 · 2 comments
Closed

feat: Allow client to connect over plaintext #406

kristofarkas opened this issue May 4, 2020 · 2 comments
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@kristofarkas
Copy link

It would be nice to have an option to generate a client that can connect over plaintext to the server. Especially during development.

I couldn't find a way to do this, is it possible?

@software-dov
Copy link
Contributor

By 'plaintext' do you mean http instead of gRPC? If so, then that's already being tracked by #267

@kristofarkas
Copy link
Author

kristofarkas commented May 5, 2020

E.g. if you start the grpc server with an insecure port (server.add_insecure_port) be able to connect to with the generated client. Usually you can do it with the python client like this grpc.insecure_channel, but some implementations e.g. Java, or the grpcurl utility, need to be set to usePlainText and -plaintext.

@yoshi-automation yoshi-automation added the triage me I really want to be triaged. label May 5, 2020
@hkdevandla hkdevandla added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. and removed triage me I really want to be triaged. labels May 6, 2020
@software-dov software-dov added the priority: p2 Moderately-important priority. Fix may not be included in next release. label Jul 10, 2020
@software-dov software-dov added priority: p3 Desirable enhancement or fix. May not be included in next release. and removed priority: p2 Moderately-important priority. Fix may not be included in next release. labels Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

4 participants