dapr / components-contrib

Community driven, reusable components for distributed apps
Apache License 2.0
548 stars 480 forks source link

Does Dapr supports Microsoft Entra ID authentication for Azure Cache for Redis service #3473

Closed dmandal87-tdl closed 4 months ago

dmandal87-tdl commented 5 months ago

We are using Dapr side car in our services. We also connect Azure Redis cache service using Dapr only. Currently the connection happens using Redis Access Keys. But we have a requirement to connect Redis using Microsoft Entra ID authentication instead of Redis Access Keys.

Can you please confirm-

berndverst commented 4 months ago

I implemented this yesterday and it will be in Dapr 1.14. You can wait for the docs to be published or take a peak at

See #3088

PR: #3470

berndverst commented 4 months ago

Closing this as duplicate of #3088