microsoft / microsoft/foundry-dev-tools
[custom endpoint] Add support for getting auth token from command line
Open
@sffamily is already working on this.
Since Nov 12, 2024.
feature request
needs attention
- Dominant language
- JavaScript
- Stars
- 2.1k
- Forks
- 260
- Avg merge
- 42m
- Merged PRs (30d)
- 29
Description
At our company we have an OpenAI API compatible model router deployed which can only be accessed via short lived tokens.
This means we can't put a long-lived API key in the configuration since long-lived tokens cannot be generated.
We would be able to use this if we provide a custom bash command to get an auth token like get-auth-token --name vs-code-ai
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.