microsoft / vscode-cosmosdb

Azure Databases extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb
MIT License
155 stars 67 forks source link

Enable OAuth for CosmosDB resources #2213

Closed JasonYeMSFT closed 6 months ago

JasonYeMSFT commented 11 months ago

Enable OAuth for CosmosDB resources using Azure CLI for logging in. To use OAuth to authenticate

The master key will still be used if the user is able to list it. Those who want to only give OAuth access to the resources will need to configure the permission to prevent listing master keys.

JasonYeMSFT commented 6 months ago

This PR was created when I don't have access to the main repository. Now I does and I have stopped working on my fork. I'll abandon this one and create a separate PR in the main repo to solve this problem.