Skip to content

Add api key auth#13

Merged
Pasarus merged 10 commits intomainfrom
add_api_key_auth
Feb 26, 2026
Merged

Add api key auth#13
Pasarus merged 10 commits intomainfrom
add_api_key_auth

Conversation

@keiranjprice101
Copy link
Collaborator

@keiranjprice101 keiranjprice101 commented Feb 12, 2026

Closes #14

Description

keiranjprice101 and others added 10 commits February 6, 2026 10:38
- Introduced `HTTPBearer` authentication to `/execute` and `/status` endpoints.
- Added API key validation support via an environment variable (`LLSP_API_KEY`).
- Updated E2E tests to include authorization headers with API key.
- Added test cases for unauthorized access to validate API key enforcement.
- Updated `docker-compose.test.yml` to include the `LLSP_API_KEY` environment variable.
Copy link
Collaborator

@eva-1729 eva-1729 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works well

@Pasarus Pasarus merged commit 5c217f1 into main Feb 26, 2026
4 checks passed
@Pasarus Pasarus deleted the add_api_key_auth branch February 26, 2026 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add auth to llsp

3 participants