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

Doc updates #3020

Merged
merged 4 commits into from
Mar 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/Security.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
| Version | Supported |
|---------| ------------------ |
| 0.9.0 | :white_check_mark: |
| 0.10.0 | :white_check_mark: |


## How we do security
Expand Down Expand Up @@ -36,6 +37,7 @@ TorchServe as much as possible relies on automated tools to do security scanning
2. Using private-key/certificate files

You can find more details in the [configuration guide](https://pytorch.org/serve/configuration.html#enable-ssl)
6. TorchServe supports token authorization: check [documentation](https://github.com/pytorch/serve/blob/master/docs/token_authorization_api.md) for more information.



Expand Down
Loading