vscode-docker icon indicating copy to clipboard operation
vscode-docker copied to clipboard

[FEATURE REQ] DefaultAzureCredential for local docker testing

Open karpikpl opened this issue 2 years ago • 3 comments

Recently Visual Studio added support for VisualStudioCredential to support local docker testing. https://github.com/Azure/azure-sdk-for-net/issues/19167#issuecomment-1439472328

Is there a plan to support similar feature for VSCode?

Downside of Visual Studio solution is that it requires Docker Desktop and doesn't work on WSL. Sharing AZ CLI credentials is complicated and bloats the image size by over 1 GB - all those issues are described in the linked issue.

Ideally there's a way to pass credentials same way Visual Studio is doing?

karpikpl avatar Mar 17 '23 18:03 karpikpl

We should see if we can share a token proxy implementation with VS.

bwateratmsft avatar Mar 20 '23 14:03 bwateratmsft

Agreed, let's investigate to see what can be done here to share this.

dbreshears avatar Mar 22 '23 18:03 dbreshears

Hi guys! Is there any update on this? Or workarounds?

AndreiCalin24 avatar Jan 15 '24 17:01 AndreiCalin24