Skip to content

feat: add authentication support with OAuth, JWT, and introspection#355

Draft
panyamkeerthana wants to merge 1 commit intorhel-lightspeed:mainfrom
panyamkeerthana:experiment/guarded-command-execution
Draft

feat: add authentication support with OAuth, JWT, and introspection#355
panyamkeerthana wants to merge 1 commit intorhel-lightspeed:mainfrom
panyamkeerthana:experiment/guarded-command-execution

Conversation

@panyamkeerthana
Copy link
Copy Markdown
Contributor

Adds authentication support including:

  • Google OAuth and GitHub OAuth providers
  • JWT/OIDC authentication (Keycloak)
  • Token introspection (Keycloak)
  • Auth logging middleware to capture user info

Continuing work from #322

added authentication support including:
- google OAuth and gitHub OAuth providers
- JWT/OIDC authentication (keycloak)
- token introspection (keycloak)
- auth logging middleware to capture user info
@panyamkeerthana panyamkeerthana force-pushed the experiment/guarded-command-execution branch from a0c48c2 to 52b529a Compare April 8, 2026 16:23
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 8, 2026

Codecov Report

❌ Patch coverage is 66.25000% with 27 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/linux_mcp_server/auth.py 34.28% 22 Missing and 1 partial ⚠️
src/linux_mcp_server/server.py 76.47% 3 Missing and 1 partial ⚠️
Flag Coverage Δ
unittests 93.45% <66.25%> (-0.58%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/linux_mcp_server/config.py 100.00% <100.00%> (ø)
src/linux_mcp_server/server.py 54.81% <76.47%> (+2.71%) ⬆️
src/linux_mcp_server/auth.py 34.28% <34.28%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant