dapr / components-contrib

Community driven, reusable components for distributed apps
Apache License 2.0
543 stars 470 forks source link

Authenticate MySQL components using Azure AD #2955

Open ItalyPaleAle opened 1 year ago

ItalyPaleAle commented 1 year ago

Describe the feature

Just like #2595 is for Postgres, we should add support for authenticating with Azure AD to MySQL components.

Docs:

Release Note

RELEASE NOTE: ADD Support for Azure AD authentication to MySQL components

ItalyPaleAle commented 1 year ago

This is currently blocked by a required change in an upstream dependency: https://github.com/go-sql-driver/mysql/pull/1469