Skip to content
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

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

Open
bpkroth opened this issue Apr 4, 2024 · 1 comment
Open

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

bpkroth opened this issue Apr 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@bpkroth
Copy link

bpkroth commented Apr 4, 2024

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.

@sam-mfb
Copy link

sam-mfb commented Apr 6, 2024

As explained in 1549 this is, unfortunately, not something in gcm's control. The plaintext storage is created and controlled by the MSAL library, so no matter what gcm does that plaintext file is still going to be created until the MSAL library changes.

In terms of having a solution similar to ssh-agent that would allow forwarding requests from linux to gcm on another host via a socket or the like, there is a discussion item on that here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants