LAION-AI / LAION-AI/Open-Assistant
Support service-level plugin authentication
Open
Nobody has claimed this yet.
inference
- Dominant language
- Python
- Stars
- 37.4k
- Forks
- 3.3k
- PR merge metrics
- No merged PRs in 30d
Description
This will support plugins for which ai-plugin.json has auth.type of "service_http". Plugin code will have a service access token.
- Securely store an encrypted service access token
- Send service access token in the Authorization header for plugin requests
- Create mechanism for plugin creators to get an OA verification token
See OpenAI spec for service level auth.
Contributor guide
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.
Research direction
Start by reading the linked OpenAI service-level authentication specification and tracing the plugin request and authentication entry points in the repository. The work is complete when service_http plugins have encrypted token storage, send the token in an Authorization header, and provide a mechanism for creators to obtain an OA verification token.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, authentication
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100