git-ecosystem / git-ecosystem/git-credential-manager

In memory cache of MSAL tokens for Non-GUI Linux Scenarios

Open
#1,568 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
C#
Stars
9.3k
Forks
2.9k
Avg merge
7d 1h
Merged PRs (30d)
14

Description

Feature description

Some organizations now require an MSAL token for authentication to git repositories instead of SSH.

However, the current ecosystem doesn't allow for an in memory cache of the MSAL token for use by multiple git invocations (e.g., via git credential store).

Please consider integration here to allow a more secure but also user friendly deployment, similar to what one has with ssh-agent for instance.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by mapping how MSAL tokens are currently obtained and how git credential store is invoked across multiple non-GUI Linux git invocations. Compare the requested in-memory behavior with the ssh-agent model, then define the integration boundary and its completion criteria; the issue names no files or tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, git, linux
Domain
authentication, cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.