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

Why TorchServe Don't Supply Authentication? #2754

Closed
BeomseoChoi opened this issue Nov 1, 2023 · 2 comments
Closed

Why TorchServe Don't Supply Authentication? #2754

BeomseoChoi opened this issue Nov 1, 2023 · 2 comments
Labels
enhancement New feature or request triaged Issue has been reviewed and triaged

Comments

@BeomseoChoi
Copy link

🚀 The feature

Should support authentication features.

Motivation, pitch

I'm using TorchServe to serve my deep learning model.
The initial purpose that I use this framework was just to inference from local server which is in bound.
Now, I would like to open my TorchServe server to public.
For this, I need to grant something for authentication such as token to others who use my server.
But from https://pytorch.org/serve/configuration.html, they say that TorchServe doesn't support authentication.

Alternatives

No response

Additional context

Does TorchServe have a plan to support authentication features? if so, when it will be at?

@agunapal agunapal added enhancement New feature or request triaged Issue has been reviewed and triaged labels Nov 1, 2023
@lxning
Copy link
Collaborator

lxning commented Nov 1, 2023

TorchServe support SSL authentication (see details).

For token based authentication, there is a ticket to track this request. It is on our roadmap.

@namannandan
Copy link
Collaborator

Token authorization is now supported in TorchServe 0.10.0: https://github.com/pytorch/serve/blob/v0.10.0/docs/token_authorization_api.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triaged Issue has been reviewed and triaged
Projects
None yet
Development

No branches or pull requests

4 participants