gpustack/llama-box

Please add API key support

Closed this issue · 1 comments

add api-key flag. When this flag is set, all API requests needs to provide the same value as Bear token in the request hear. If this flag is not set, no auth will be enabled.

AuthN/AuthZ are out-of-tree, llama-box is going to provide a pure web service only. If you need AuthN/AuthZ, you can implement them with a proxy.