Skip to content

chore: add dependency to kerberos MCP-89 #474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

chore: add dependency to kerberos MCP-89 #474

wants to merge 2 commits into from

Conversation

kmruiz
Copy link
Collaborator

@kmruiz kmruiz commented Aug 25, 2025

This is necessary for clients that can use kerberos. It's registered as an optional dependency so clients that can't use kerberos because they don't have the required system dependencies can still use the MCP Server w/o kerberos support.

Proposed changes

Checklist

This is necessary for clients that can use kerberos. It's registered
as an optional dependency so clients that can't use kerberos because
they don't have the required system dependencies can still use the
MCP Server w/o kerberos support.
@Copilot Copilot AI review requested due to automatic review settings August 25, 2025 14:05
@kmruiz kmruiz requested a review from a team as a code owner August 25, 2025 14:05
@kmruiz kmruiz self-assigned this Aug 25, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds Kerberos authentication support to the MCP Server by including the kerberos package as an optional dependency. This allows clients with the necessary system dependencies to utilize Kerberos authentication while ensuring the server remains functional for clients without Kerberos support.

  • Adds kerberos as an optional dependency to enable authentication for compatible clients
  • Maintains backward compatibility for environments without Kerberos system dependencies

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

This test requires loading eventual consistent data, and sometimes
it returns undefined even if the connection was successful.
@kmruiz kmruiz changed the title chore: add dependency to kerberos chore: add dependency to kerberos MCP-89 Aug 25, 2025
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