pytorch / serve

Serve, optimize and scale PyTorch models in production
https://pytorch.org/serve/
Apache License 2.0
4.17k stars 845 forks source link

"Token Authorization" for gRPC #3181

Open udaij12 opened 3 months ago

udaij12 commented 3 months ago

🚀 The feature

Current token authorization is being developed for HTTP (https://github.com/pytorch/serve/pull/3163). Future development should be included to add this feature to support gRPC as well.

Motivation, pitch

Currently gRPC ports are bound to local host however if user decided to open those ports we would like to add this feature for those cases.

Alternatives

No response

Additional context

No response