microsoft / vscode-docker

Docker Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
Other
1.19k stars 508 forks source link

Unable to re-authenticate with Azure Registry after change of tenant #4154

Closed obutov closed 8 months ago

obutov commented 8 months ago

Does this occur consistently? YES Repro steps:

  1. Add Docker Extensions
  2. Add Azure Registry - authenticate with Azure
  3. Using azure Account Extension change tenant
  4. Docker extension cannot see any Azure registries
  5. There is no clear way to re-authenticate with Azure. Even after completely removing all Azure Extensions, the Docker extension keeps "connecting" as if nothing happened. Seems like something is being cached.

Version: 1.27.0 OS: darwin OS Release: 23.0.0 Product: Visual Studio Code Product Version: 1.84.0 Language: en

bwateratmsft commented 8 months ago

This is the same underlying issue as #4147--as of Docker extension version 1.27.0, the Azure Account extension is no longer used. There are some changes going into the Azure Resources extension that should enable cross-tenant sign in. Documentation will be needed.

I'll resolve this as a dupe of #4147.