Kyle Rader

Results 11 comments of Kyle Rader

Thanks @mjcheetham , I'll see if I can try that at some point. for the time being, I set GITASKPASS globally to a my azureauth git ask pass wrapper and...

@mijpeterson @varshini-elayappen It would be nice to have azureauth on dotnet 8 :)

@coder0xff I'm curious how this is doing for you. Extending, the existing-traits to generate the async versions of everything is a great idea. I have just started looking at how...

If I recall, doings this from a fork can't use any Repo secrets, and therefore CI cannot run :( - but these are docs only changes.

I don't think this is a security issue that outweighs the experience and risk of training employees to click log in because every single action requires a prompt. The Git...

Not just the access token, but the MSAL cache, yes. If the normal MSAL cache persistence check fails, and we're running on Linux, enable using a plain text file fall...

To add some more weight to this request: This is the current GCM experience we have in Wave Workspaces: ``` kyrader in 🌐 TDC*** in /workspace/*** ❯ git clone https://******.visualstudio.com/*****/_git/******...

We already do use the Linux keyring if we can. The problem is that when using Linux in a headless environment, (over SSH, VSCode Remote tunnel, etc) the keyring isn't...

This isn't as much an issue for WSL, since WSL can launch the Windows azureauth installation for a better auth experience using the windows auth broker. I think libsecret is...

`SYSTEM_ACCESSTOKEN` is always set to a PAT in Azure Devops Pipelines. PAT's themselves are still authentication tokens, so that is by design. The context of the `ado token` command is...