fullstorydev / grpcui

An interactive web UI for gRPC, along the lines of postman
MIT License
5.24k stars 388 forks source link

Remove -plaintext by default #295

Open rogerhu opened 10 months ago

rogerhu commented 10 months ago

I'm sure there's a way to pass in this option, so happy to discuss. =)

jhump commented 10 months ago

These arguments should really be plumbed through from the server, so that the same relevant command-line args provided to grpcui are also present in the grpcurl command line.