fullstorydev / grpcui

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

Remove -plaintext by default #295

Open rogerhu opened 8 months ago

rogerhu commented 8 months ago

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

jhump commented 7 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.