a8m / documentdb

Go driver for Microsoft Azure DocumentDB
MIT License
33 stars 25 forks source link

Added support for authentication with Azure AD #33

Closed ItalyPaleAle closed 3 years ago

ItalyPaleAle commented 3 years ago

This PR adds support for authenticating with Cosmos DB using Azure AD: https://docs.microsoft.com/en-us/azure/cosmos-db/how-to-setup-rbac

Docs have been updated to provide an example too.

ItalyPaleAle commented 3 years ago

Thank you for the quick review @a8m! Are you also planning a release in the next days?

ItalyPaleAle commented 3 years ago

@a8m do you think you could publish a release in the next few days please? With Go modules, we kind of need a release to pull the latest code :)

a8m commented 3 years ago

Done. Thanks for the reminder and for your contribution 🙏

With Go modules, we kind of need a release to pull the latest code :)

For next time, you can use go get github.com/a8m/documentdb@master if you're blocked on this.