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

Add API authorization to YOLOv4 server #64

Open
bgoelTT opened this issue Dec 24, 2024 · 0 comments
Open

Add API authorization to YOLOv4 server #64

bgoelTT opened this issue Dec 24, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@bgoelTT
Copy link
Contributor

bgoelTT commented Dec 24, 2024

Currently the YOLOv4 server lacks API key authorization for it's main inference request endpoint. This needs to be added and should use a similar system to the other servers (see TT-Metal Llama 3.1 70B, and TT-Metal Mistral 7B). This system uses a JWT (JSON Web Token) to encode information in the "Authorization" header.

See

for how API authentication works on the server and https://github.com/tenstorrent/tt-inference-server/blob/main/tt-metal-llama3-70b/README.md#jwt_token-authorization for how to send requests with the corresponding API key

@bgoelTT bgoelTT added the enhancement New feature or request label Dec 24, 2024
@bgoelTT bgoelTT self-assigned this Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant