fullstorydev / grpcurl

Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
MIT License
10.36k stars 497 forks source link

Added alts credential option #341

Closed derpferd closed 9 months ago

derpferd commented 1 year ago

Added flag that sets up ALTS credentials to connect to gRPC services using Application Layer Transport Security.

Reference: https://grpc.io/docs/languages/go/alts/ Fixes: #333

Itsindigo commented 9 months ago

@jameremo @dragonsinth any possibility of merging this?

ghost commented 9 months ago
👇 Click on the image for a new way to code review #### [![Review these changes using an interactive CodeSee Map](https://s3.us-east-2.amazonaws.com/maps.codesee.io/images/github/fullstorydev/grpcurl/341/12445c92/62dd924dd4183ec9bb5f8ee7e2f054f830429524.svg)](https://app.codesee.io/r/reviews?pr=341&src=https%3A%2F%2Fgithub.com%2Ffullstorydev%2Fgrpcurl) #### Legend CodeSee Map legend
derpferd commented 9 months ago

@dragonsinth ready for your review again. Applied the requested changes.